vunnel: 0.55.2 -> 0.55.3

This commit is contained in:
R. Ryantm
2026-03-11 04:57:15 +00:00
parent 3b5e6b496e
commit 4a02d4eb66
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "vunnel";
version = "0.55.2";
version = "0.55.3";
pyproject = true;
src = fetchFromGitHub {
owner = "anchore";
repo = "vunnel";
tag = "v${finalAttrs.version}";
hash = "sha256-8+TVIvWqNRGWghJlY+eoE/T6frdI6IzyYhqPrOi1xlk=";
hash = "sha256-gjkrANO97sdSeW2U+Ah5eo/bbwn32xqmZDrUi5cjD60=";
leaveDotGit = true;
};