vunnel: 0.43.0 -> 0.44.0

This commit is contained in:
R. Ryantm
2025-12-05 02:16:23 +00:00
parent fba245c24f
commit a60f0bba47
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "vunnel";
version = "0.43.0";
version = "0.44.0";
pyproject = true;
src = fetchFromGitHub {
owner = "anchore";
repo = "vunnel";
tag = "v${version}";
hash = "sha256-DHuNhizYDY/z3DPAPPOgGWn1m86yGHamiVCHGxlaC1w=";
hash = "sha256-uaB8Qczb+5kIFwrJ1h/derOCzW/4C2QPr2aPOMwxMHk=";
leaveDotGit = true;
};