Skip to content

Commit db9996e

Browse files
yarn-berry: add meta.changelog (#394935)
2 parents 5ffe3e7 + 293843d commit db9996e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/by-name/ya/yarn-berry/package.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
1414
src = fetchFromGitHub {
1515
owner = "yarnpkg";
1616
repo = "berry";
17-
rev = "@yarnpkg/cli/${finalAttrs.version}";
17+
tag = "@yarnpkg/cli/${finalAttrs.version}";
1818
hash = "sha256-cNgR0t780/LJA+IIwycro/7AQjWa1tn00bh4ucPjVEc=";
1919
};
2020

@@ -50,6 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
5050

5151
meta = with lib; {
5252
homepage = "https://yarnpkg.com/";
53+
changelog = "https://github.com/yarnpkg/berry/releases/tag/${finalAttrs.src.tag}";
5354
description = "Fast, reliable, and secure dependency management";
5455
license = licenses.bsd2;
5556
maintainers = with maintainers; [

0 commit comments

Comments
 (0)