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

vunnel: 0.21.2 -> 0.22.0
This commit is contained in:
Nick Cao 2024-04-12 09:22:04 -04:00 committed by GitHub
commit f10c28182e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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