yarn-berry: 4.5.2 -> 4.5.3 (#364183)

This commit is contained in:
Aleksana 2024-12-12 21:12:42 +08:00 committed by GitHub
commit c683713217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "yarn-berry";
version = "4.5.2";
version = "4.5.3";
src = fetchFromGitHub {
owner = "yarnpkg";
repo = "berry";
rev = "@yarnpkg/cli/${finalAttrs.version}";
hash = "sha256-/M0sDInjV9bZ/cHFM3OpL3VCjbCNJEeUhFdtvNJwGDQ=";
hash = "sha256-ywg+SYjFlWUMQftw1eZE5UY3nfxn6xy1NIawgmH/4vY=";
};
buildInputs = [