Merge pull request #311057 from r-ryantm/auto-update/yarn-berry

yarn-berry: 4.2.1 -> 4.2.2
This commit is contained in:
Nick Cao 2024-05-12 11:18:28 -04:00 committed by GitHub
commit a420c1f70f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "yarn-berry";
version = "4.2.1";
version = "4.2.2";
src = fetchFromGitHub {
owner = "yarnpkg";
repo = "berry";
rev = "@yarnpkg/cli/${finalAttrs.version}";
hash = "sha256-id/Z7oqwoIIWaOU5mQ7vuPRQw6WQAKcDAopYB2tEl0s=";
hash = "sha256-dOWcfeWotWgx1ctY/TEuxH1gkgp9Gxou6jaymJMBHLE=";
};
buildInputs = [