vunnel: 0.46.2 -> 0.46.4

This commit is contained in:
R. Ryantm
2026-01-12 05:12:16 +00:00
parent 769af1cc90
commit aec4a6adc1
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "vunnel";
version = "0.46.2";
version = "0.46.4";
pyproject = true;
src = fetchFromGitHub {
owner = "anchore";
repo = "vunnel";
tag = "v${version}";
hash = "sha256-wQ+tu6XotTN/QcemTGzeN6/pcuEb4aRJkZROQ3liY9I=";
hash = "sha256-2eopYMfg2jjZMT/FP5923aLoXTKAcwAdCkcyXT8weeY=";
leaveDotGit = true;
};