yarn-berry: add meta.changelog (#394935)

This commit is contained in:
Wolfgang Walther 2025-04-06 21:07:12 +00:00 committed by GitHub
commit db9996e1fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "yarnpkg";
repo = "berry";
rev = "@yarnpkg/cli/${finalAttrs.version}";
tag = "@yarnpkg/cli/${finalAttrs.version}";
hash = "sha256-cNgR0t780/LJA+IIwycro/7AQjWa1tn00bh4ucPjVEc=";
};
@ -50,6 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
homepage = "https://yarnpkg.com/";
changelog = "https://github.com/yarnpkg/berry/releases/tag/${finalAttrs.src.tag}";
description = "Fast, reliable, and secure dependency management";
license = licenses.bsd2;
maintainers = with maintainers; [