Fabian Affolter 2024-05-24 23:20:39 +02:00
parent 87d61d1ff5
commit 8205e70c89

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "vunnel"; pname = "vunnel";
version = "0.23.0"; version = "0.23.2";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "anchore"; owner = "anchore";
repo = "vunnel"; repo = "vunnel";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-pfR3LxC1sSvLKIwq0P/9DcNkGVIIDfwMiSOpwJ7km9Y="; hash = "sha256-wXBfrlb4i4G3Sm0SopvDVGcQ0/hRGtUdzUQYyUj8/Ps=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [