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;