Loading pkgs/by-name/sb/sbomnix/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ python3, vulnix, }: python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication (finalAttrs: { pname = "sbomnix"; version = "1.7.4"; pyproject = true; Loading @@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec { src = fetchFromGitHub { owner = "tiiuae"; repo = "sbomnix"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-s7mmtbELRcl/7ab5A3fU7f8m4rIm+mBLmXMeYHa7/n4="; # Remove documentation as it contains references to nix store Loading Loading @@ -78,4 +78,4 @@ python3.pkgs.buildPythonApplication rec { ]; mainProgram = "sbomnix"; }; } }) Loading
pkgs/by-name/sb/sbomnix/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ python3, vulnix, }: python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication (finalAttrs: { pname = "sbomnix"; version = "1.7.4"; pyproject = true; Loading @@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec { src = fetchFromGitHub { owner = "tiiuae"; repo = "sbomnix"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-s7mmtbELRcl/7ab5A3fU7f8m4rIm+mBLmXMeYHa7/n4="; # Remove documentation as it contains references to nix store Loading Loading @@ -78,4 +78,4 @@ python3.pkgs.buildPythonApplication rec { ]; mainProgram = "sbomnix"; }; } })