From f1ca6f5ddcb310a55d1bc072b5185e91d3f29256 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:16:49 +0100 Subject: [PATCH] python3Packages.ntc-templates: 7.5.0 -> 7.6.0 https://github.com/networktocode/ntc-templates/releases/tag/v7.6.0 --- pkgs/development/python-modules/ntc-templates/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/ntc-templates/default.nix b/pkgs/development/python-modules/ntc-templates/default.nix index 4b14fcaf3780..8131680b0a75 100644 --- a/pkgs/development/python-modules/ntc-templates/default.nix +++ b/pkgs/development/python-modules/ntc-templates/default.nix @@ -47,7 +47,7 @@ buildPythonPackage rec { meta = with lib; { description = "TextFSM templates for parsing show commands of network devices"; homepage = "https://github.com/networktocode/ntc-templates"; - changelog = "https://github.com/networktocode/ntc-templates/releases/tag/v${version}"; + changelog = "https://github.com/networktocode/ntc-templates/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = [ ]; };