vunnel: 0.62.1 -> 0.63.0

This commit is contained in:
R. Ryantm
2026-07-18 05:28:12 +00:00
parent fbbddf225f
commit 2d4b8d15e1
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "vunnel";
version = "0.62.1";
version = "0.63.0";
pyproject = true;
src = fetchFromGitHub {
owner = "anchore";
repo = "vunnel";
tag = "v${finalAttrs.version}";
hash = "sha256-Np80Yj8zazMBgeHu27N97K543GmKw8gf9Muixu4WBVQ=";
hash = "sha256-FU8N4LTdfxpcC47OphM0GqTobYFKyl2AJS9Jv24fT/E=";
leaveDotGit = true;
};