sbomnix: 1.7.3 -> 1.7.4 (#451764)

This commit is contained in:
Sandro
2025-10-19 19:51:21 +00:00
committed by GitHub
+2 -2
View File
@@ -29,14 +29,14 @@ in
python.pkgs.buildPythonApplication rec {
pname = "sbomnix";
version = "1.7.3";
version = "1.7.4";
pyproject = true;
src = fetchFromGitHub {
owner = "tiiuae";
repo = "sbomnix";
tag = "v${version}";
hash = "sha256-eN0dn2TNVEPSfIiJM0NA+HT1l4DnFq1mrSOOUF0h9xY=";
hash = "sha256-s7mmtbELRcl/7ab5A3fU7f8m4rIm+mBLmXMeYHa7/n4=";
# Remove documentation as it contains references to nix store
postFetch = ''