Loading pkgs/by-name/vu/vunnel/package.nix +32 −26 Original line number Diff line number Diff line Loading @@ -7,14 +7,15 @@ python3.pkgs.buildPythonApplication rec { pname = "vunnel"; version = "0.31.0"; version = "0.32.0"; pyproject = true; src = fetchFromGitHub { owner = "anchore"; repo = "vunnel"; tag = "v${version}"; hash = "sha256-3o4ap8BElDxxg3pohzXz38AQlQbzOPeSc5/OYZg8VFM="; hash = "sha256-5zO1/lfB5ULJqSt14by9OYFT/0H9ZGSkA90wmf7dB5U="; leaveDotGit = true; }; pythonRelaxDeps = [ Loading @@ -27,11 +28,13 @@ python3.pkgs.buildPythonApplication rec { ]; build-system = with python3.pkgs; [ poetry-core poetry-dynamic-versioning hatchling uv-dynamic-versioning ]; dependencies = with python3.pkgs; [ dependencies = with python3.pkgs; [ click colorlog cvss Loading @@ -52,7 +55,10 @@ python3.pkgs.buildPythonApplication rec { xsdata xxhash zstandard ]; ] ++ xsdata.optional-dependencies.cli ++ xsdata.optional-dependencies.lxml ++ xsdata.optional-dependencies.soap; nativeCheckInputs = [ git ] Loading Loading
pkgs/by-name/vu/vunnel/package.nix +32 −26 Original line number Diff line number Diff line Loading @@ -7,14 +7,15 @@ python3.pkgs.buildPythonApplication rec { pname = "vunnel"; version = "0.31.0"; version = "0.32.0"; pyproject = true; src = fetchFromGitHub { owner = "anchore"; repo = "vunnel"; tag = "v${version}"; hash = "sha256-3o4ap8BElDxxg3pohzXz38AQlQbzOPeSc5/OYZg8VFM="; hash = "sha256-5zO1/lfB5ULJqSt14by9OYFT/0H9ZGSkA90wmf7dB5U="; leaveDotGit = true; }; pythonRelaxDeps = [ Loading @@ -27,11 +28,13 @@ python3.pkgs.buildPythonApplication rec { ]; build-system = with python3.pkgs; [ poetry-core poetry-dynamic-versioning hatchling uv-dynamic-versioning ]; dependencies = with python3.pkgs; [ dependencies = with python3.pkgs; [ click colorlog cvss Loading @@ -52,7 +55,10 @@ python3.pkgs.buildPythonApplication rec { xsdata xxhash zstandard ]; ] ++ xsdata.optional-dependencies.cli ++ xsdata.optional-dependencies.lxml ++ xsdata.optional-dependencies.soap; nativeCheckInputs = [ git ] Loading