vunnel: 0.22.0 -> 0.22.2

This commit is contained in:
R. Ryantm 2024-05-06 08:56:19 +00:00
parent dd4070b45f
commit 307969461c
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "vunnel";
version = "0.22.0";
version = "0.22.2";
pyproject = true;
src = fetchFromGitHub {
owner = "anchore";
repo = "vunnel";
rev = "refs/tags/v${version}";
hash = "sha256-+L1MUD9IKPnbh/yjRuF3aOszeMvkILuqHHWj949SrMo=";
hash = "sha256-g/dlo2M7TJRYAbk3HtGQlMUZhORxt+OsDgP8W7rf+NE=";
};
pythonRelaxDeps = [