From c4bf8c39a2a657a53ca7ca883d285a37b1eece46 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 20 Sep 2025 10:20:12 +0200 Subject: [PATCH] tunnelgraf: update changelog entry --- pkgs/by-name/tu/tunnelgraf/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/tu/tunnelgraf/package.nix b/pkgs/by-name/tu/tunnelgraf/package.nix index 7a479b098ba5..a3d99cafec35 100644 --- a/pkgs/by-name/tu/tunnelgraf/package.nix +++ b/pkgs/by-name/tu/tunnelgraf/package.nix @@ -46,7 +46,7 @@ python3.pkgs.buildPythonApplication rec { meta = { description = "Tool to manage SSH tunnel hops to many endpoints"; homepage = "https://github.com/denniswalker/tunnelgraf"; - changelog = "https://github.com/denniswalker/tunnelgraf/releases/tag/v${version}"; + changelog = "https://github.com/denniswalker/tunnelgraf/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "tunnelgraf";