diff options
author | Fabian Affolter | 2024-09-27 09:10:38 +0200 |
---|---|---|
committer | GitHub | 2024-09-27 09:10:38 +0200 |
commit | c6a245e9adfebf292cf7e92078d22177252dc69b (patch) | |
tree | 3e7543dfb5977da5372ce41097cc89a13e04a4c7 | |
parent | 158b5540961d9734e971be8f1ee611858297ca6f (diff) | |
parent | af541341d7de5b45519090e8d7f92b1ed219e662 (diff) |
vunnel: 0.27.0 -> 0.28.0 (#344708)
-rw-r--r-- | pkgs/by-name/vu/vunnel/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/vu/vunnel/package.nix b/pkgs/by-name/vu/vunnel/package.nix index bce30922719d..5543834ea5a6 100644 --- a/pkgs/by-name/vu/vunnel/package.nix +++ b/pkgs/by-name/vu/vunnel/package.nix @@ -7,14 +7,14 @@ python3.pkgs.buildPythonApplication rec { pname = "vunnel"; - version = "0.27.0"; + version = "0.28.0"; pyproject = true; src = fetchFromGitHub { owner = "anchore"; repo = "vunnel"; rev = "refs/tags/v${version}"; - hash = "sha256-HRwQ2IDTa3dlxTlToiwBvjxjQgD18rv/F5OIuG7FKG8="; + hash = "sha256-KemiM+dCLSU3a6IIbI9VKtaIeY4SVcHsuE9QwZtzNxU="; }; pythonRelaxDeps = [ |