From 2c52c72f08387de9f5d6536ab1e0d038ea1997c5 Mon Sep 17 00:00:00 2001 From: Henri Rosten Date: Fri, 21 Mar 2025 11:42:20 +0200 Subject: [PATCH] sbomnix: 1.7.1 -> 1.7.2 Signed-off-by: Henri Rosten --- pkgs/tools/security/sbomnix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/sbomnix/default.nix b/pkgs/tools/security/sbomnix/default.nix index d55375519195..d9a71e4f631d 100644 --- a/pkgs/tools/security/sbomnix/default.nix +++ b/pkgs/tools/security/sbomnix/default.nix @@ -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 = ''