Merge pull request #309511 from r-ryantm/auto-update/vunnel

vunnel: 0.22.0 -> 0.22.2
This commit is contained in:
Nick Cao 2024-05-06 10:58:11 -04:00 committed by GitHub
commit aba308189a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [