vunnel: 0.46.4 -> 0.48.0

This commit is contained in:
R. Ryantm
2026-01-18 12:54:09 +00:00
parent 164787f286
commit 5a17c37606
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "vunnel";
version = "0.46.4";
version = "0.48.0";
pyproject = true;
src = fetchFromGitHub {
owner = "anchore";
repo = "vunnel";
tag = "v${version}";
hash = "sha256-2eopYMfg2jjZMT/FP5923aLoXTKAcwAdCkcyXT8weeY=";
hash = "sha256-D0/DoYmmLeAvGnr6ljE8p0B6dmFi4UHwcWCQRb85OkM=";
leaveDotGit = true;
};