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