We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ffe3e7 + 293843d commit db9996eCopy full SHA for db9996e
pkgs/by-name/ya/yarn-berry/package.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
14
src = fetchFromGitHub {
15
owner = "yarnpkg";
16
repo = "berry";
17
- rev = "@yarnpkg/cli/${finalAttrs.version}";
+ tag = "@yarnpkg/cli/${finalAttrs.version}";
18
hash = "sha256-cNgR0t780/LJA+IIwycro/7AQjWa1tn00bh4ucPjVEc=";
19
};
20
@@ -50,6 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
50
51
meta = with lib; {
52
homepage = "https://yarnpkg.com/";
53
+ changelog = "https://github.com/yarnpkg/berry/releases/tag/${finalAttrs.src.tag}";
54
description = "Fast, reliable, and secure dependency management";
55
license = licenses.bsd2;
56
maintainers = with maintainers; [
0 commit comments