yarn-berry: 4.5.0 -> 4.5.2 (#358332)

This commit is contained in:
Nick Cao 2024-11-23 09:26:26 -05:00 committed by GitHub
commit a76cf1a3f4
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.5.0";
version = "4.5.2";
src = fetchFromGitHub {
owner = "yarnpkg";
repo = "berry";
rev = "@yarnpkg/cli/${finalAttrs.version}";
hash = "sha256-OTCFUoEgj1kY8QSqaYIqtSoWBYR0i0ao2dNRBhijEzc=";
hash = "sha256-/M0sDInjV9bZ/cHFM3OpL3VCjbCNJEeUhFdtvNJwGDQ=";
};
buildInputs = [