From d15651d22b89116893e9c9dbef122e42346fc66d Mon Sep 17 00:00:00 2001 From: Caleb Norton Date: Sun, 15 Mar 2026 11:33:48 -0500 Subject: [PATCH] nh-unwrapped: fix changelog link Co-authored-by: Michael Daniels --- pkgs/by-name/nh/nh-unwrapped/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/nh/nh-unwrapped/package.nix b/pkgs/by-name/nh/nh-unwrapped/package.nix index 4ad83883df25..f3509e816370 100644 --- a/pkgs/by-name/nh/nh-unwrapped/package.nix +++ b/pkgs/by-name/nh/nh-unwrapped/package.nix @@ -100,7 +100,7 @@ rustPlatform.buildRustPackage (finalAttrs: { env.NH_REV = finalAttrs.src.tag; meta = { - changelog = "https://github.com/nix-community/nh/blob/${finalAttrs.version}/CHANGELOG.md"; + changelog = "https://github.com/nix-community/nh/blob/${finalAttrs.src.tag}/CHANGELOG.md"; description = "Yet another nix cli helper"; homepage = "https://github.com/nix-community/nh"; license = lib.licenses.eupl12;