Merge pull request #314519 from NixOS/backport-314394-to-release-24.05

[Backport release-24.05] vunnel: 0.23.0 -> 0.23.2
This commit is contained in:
Nick Cao 2024-05-25 09:15:05 -04:00 committed by GitHub
commit 80ad008d22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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