sbomnix: 1.7.6 -> 1.8.0 (#533591)

This commit is contained in:
Jo
2026-06-26 12:26:06 +00:00
committed by GitHub

View File

@@ -11,14 +11,14 @@
}:
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "sbomnix";
version = "1.7.6";
version = "1.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tiiuae";
repo = "sbomnix";
tag = "v${finalAttrs.version}";
hash = "sha256-LApJvPeyViGJiJPLu7dFBU79SbMKieLVFKbDtFHo7f4=";
hash = "sha256-oMIFcfjbt+lgAcdJbA64opu1qCwUVUIEukotqQEox3Q=";
# Remove documentation as it contains references to nix store
postFetch = ''