nh-unwrapped: fix changelog link (#500119)

This commit is contained in:
Michael Daniels
2026-03-15 17:25:50 +00:00
committed by GitHub
+1 -1
View File
@@ -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;