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

vunnel: 0.22.0 -> 0.22.2

authored by Nick Cao and committed by GitHub aba30818 14386578

+2 -2
+2 -2
pkgs/by-name/vu/vunnel/package.nix
··· 7 7 8 8 python3.pkgs.buildPythonApplication rec { 9 9 pname = "vunnel"; 10 - version = "0.22.0"; 10 + version = "0.22.2"; 11 11 pyproject = true; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "anchore"; 15 15 repo = "vunnel"; 16 16 rev = "refs/tags/v${version}"; 17 - hash = "sha256-+L1MUD9IKPnbh/yjRuF3aOszeMvkILuqHHWj949SrMo="; 17 + hash = "sha256-g/dlo2M7TJRYAbk3HtGQlMUZhORxt+OsDgP8W7rf+NE="; 18 18 }; 19 19 20 20 pythonRelaxDeps = [