sbomnix: 1.7.2 -> 1.7.3 (#441415)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-11 14:23:21 +00:00
committed by GitHub
+2 -2
View File
@@ -29,14 +29,14 @@ in
python.pkgs.buildPythonApplication rec {
pname = "sbomnix";
version = "1.7.2";
version = "1.7.3";
pyproject = true;
src = fetchFromGitHub {
owner = "tiiuae";
repo = "sbomnix";
tag = "v${version}";
hash = "sha256-Vtrxpb6nTTR5a9sFi1NrhEflhPOwv1gt6i7DnggJwMs=";
hash = "sha256-eN0dn2TNVEPSfIiJM0NA+HT1l4DnFq1mrSOOUF0h9xY=";
# Remove documentation as it contains references to nix store
postFetch = ''