From 444aa81064ad5c68ada88b58ffb420834d8c59ee Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 5 Jul 2025 10:55:53 +0200 Subject: [PATCH] vunnel: 0.34.1 -> 0.34.2 Diff: https://github.com/anchore/vunnel/compare/refs/tags/v0.34.1...refs/tags/v0.34.2 Changelog: https://github.com/anchore/vunnel/releases/tag/v0.34.2 --- pkgs/by-name/vu/vunnel/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/vu/vunnel/package.nix b/pkgs/by-name/vu/vunnel/package.nix index 9cfe61f4b68d..fb7d3c1388ed 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.34.1"; + version = "0.34.2"; pyproject = true; src = fetchFromGitHub { owner = "anchore"; repo = "vunnel"; tag = "v${version}"; - hash = "sha256-+ZWrFODJNhQeB/Zn+3fwuuH4Huu542/imwcv7qEiZes="; + hash = "sha256-7bUKDo7l/xZhw6o6nimQKyjucB8uB80wOGUr0V++Q28="; leaveDotGit = true; };