sbomnix: 1.7.1 -> 1.7.2

Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
This commit is contained in:
Henri Rosten
2025-03-21 11:42:20 +02:00
parent bfa9810ff7
commit 2c52c72f08
+2 -2
View File
@@ -28,14 +28,14 @@
python.pkgs.buildPythonApplication rec {
pname = "sbomnix";
version = "1.7.1";
version = "1.7.2";
pyproject = true;
src = fetchFromGitHub {
owner = "tiiuae";
repo = "sbomnix";
tag = "v${version}";
hash = "sha256-LMrsJnJXmn+rneIslAaoIpwOyPVIVjOyu49O+7J/nIs=";
hash = "sha256-Vtrxpb6nTTR5a9sFi1NrhEflhPOwv1gt6i7DnggJwMs=";
# Remove documentation as it contains references to nix store
postFetch = ''