From ba551e403c83cfd75f33972507079a6ccf7780d8 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 30 Apr 2025 19:53:26 +0300 Subject: [PATCH] nh: 4.0.0 -> 4.0.3; add changelog https://github.com/nix-community/nh/compare/v4.0.0...v4.0.2 --- pkgs/by-name/nh/nh/package.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/nh/nh/package.nix b/pkgs/by-name/nh/nh/package.nix index ba7aa95779a6..c90236ca1e85 100644 --- a/pkgs/by-name/nh/nh/package.nix +++ b/pkgs/by-name/nh/nh/package.nix @@ -19,7 +19,7 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "nh"; - version = "4.0.0"; + version = "4.0.3"; src = fetchFromGitHub { owner = "nix-community"; @@ -64,6 +64,7 @@ rustPlatform.buildRustPackage (finalAttrs: { passthru.updateScript = nix-update-script { }; meta = { + changelog = "https://github.com/nix-community/nh/blob/${finalAttrs.version}/CHANGELOG.md"; description = "Yet another nix cli helper"; homepage = "https://github.com/nix-community/nh"; license = lib.licenses.eupl12;