sbomnix: 1.7.1 -> 1.7.2 (#391790)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-24 02:15:27 +01:00
committed by GitHub
+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 = ''