vunnel: 0.29.0 -> 0.30.0 (#384894)

This commit is contained in:
Fabian Affolter
2025-02-26 19:24:34 +01:00
committed by GitHub
+3 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "vunnel";
version = "0.29.0";
version = "0.30.0";
pyproject = true;
src = fetchFromGitHub {
owner = "anchore";
repo = "vunnel";
tag = "v${version}";
hash = "sha256-oHK855EQglFZrjW30n/z0vgf/NtaXVOcntEWQMcAbDw=";
hash = "sha256-sWZ0y4ueUcDlbHh55iplIy0mTJOObVqeUi4hMtefjqc=";
};
pythonRelaxDeps = [
@@ -43,6 +43,7 @@ python3.pkgs.buildPythonApplication rec {
mashumaro
mergedeep
orjson
packageurl-python
pytest-snapshot
python-dateutil
pyyaml