mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 13:50:04 +00:00
sbom-cve-check: 1.3.3 -> 1.3.5 (#564367)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "sbom-cve-check";
|
||||
version = "1.3.3";
|
||||
version = "1.3.5";
|
||||
pyproject = true;
|
||||
|
||||
__structuredAttrs = true;
|
||||
@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
owner = "bootlin";
|
||||
repo = "sbom-cve-check";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-xCMT9qA7jde5u8OlV0nbvq+FCoqvnQUfBinNKqErodY=";
|
||||
hash = "sha256-i/OyAh/bBaAzhHZ9CKiR4XM6NtwPKRoLdMX+7yoef2w=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [ hatchling ];
|
||||
|
||||
Reference in New Issue
Block a user