sbomnix: 1.7.2 -> 1.7.3

Signed-off-by: Henri Rosten <henri.rosten@unikie.com>

+2 -2
+2 -2
pkgs/by-name/sb/sbomnix/package.nix
··· 29 29 30 30 python.pkgs.buildPythonApplication rec { 31 31 pname = "sbomnix"; 32 - version = "1.7.2"; 32 + version = "1.7.3"; 33 33 pyproject = true; 34 34 35 35 src = fetchFromGitHub { 36 36 owner = "tiiuae"; 37 37 repo = "sbomnix"; 38 38 tag = "v${version}"; 39 - hash = "sha256-Vtrxpb6nTTR5a9sFi1NrhEflhPOwv1gt6i7DnggJwMs="; 39 + hash = "sha256-eN0dn2TNVEPSfIiJM0NA+HT1l4DnFq1mrSOOUF0h9xY="; 40 40 41 41 # Remove documentation as it contains references to nix store 42 42 postFetch = ''