vunnel: 0.41.0 -> 0.43.0

This commit is contained in:
R. Ryantm
2025-11-01 19:08:02 +00:00
parent 2a8c789553
commit 3200ff47e6
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "vunnel";
version = "0.41.0";
version = "0.43.0";
pyproject = true;
src = fetchFromGitHub {
owner = "anchore";
repo = "vunnel";
tag = "v${version}";
hash = "sha256-YlyhIT8hlkFGo7xBjxa/5feiqv7H2HfA/E4+gz9cCkw=";
hash = "sha256-DHuNhizYDY/z3DPAPPOgGWn1m86yGHamiVCHGxlaC1w=";
leaveDotGit = true;
};