vunnel: 0.21.1 -> 0.21.2

This commit is contained in:
R. Ryantm 2024-04-07 07:30:01 +00:00
parent f6eb921406
commit 70c539f695

View File

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