vunnel: 0.55.3 -> 0.56.0

This commit is contained in:
R. Ryantm
2026-04-21 17:56:12 +00:00
parent dd1fb03f1b
commit d0ef07c257
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "vunnel";
version = "0.55.3";
version = "0.56.0";
pyproject = true;
src = fetchFromGitHub {
owner = "anchore";
repo = "vunnel";
tag = "v${finalAttrs.version}";
hash = "sha256-gjkrANO97sdSeW2U+Ah5eo/bbwn32xqmZDrUi5cjD60=";
hash = "sha256-2Z+TDEQNUlRVC8lPffK7XphI2qa9xfVZ3JMMBrC7HjE=";
leaveDotGit = true;
};