sbomnix: 1.7.2 -> 1.7.3

Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
This commit is contained in:
Henri Rosten
2025-09-09 12:22:33 +03:00
parent b60b028ee7
commit 9aef91bf0a

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 = ''