yarn-berry: 4.4.1 -> 4.5.0 (#342992)

This commit is contained in:
h7x4
2024-09-19 20:34:17 +02:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "yarn-berry";
version = "4.4.1";
version = "4.5.0";
src = fetchFromGitHub {
owner = "yarnpkg";
repo = "berry";
rev = "@yarnpkg/cli/${finalAttrs.version}";
hash = "sha256-bkhPdnRImeYBd0yY+iRYXk1KELyCWZusSmVGl2tbM+s=";
hash = "sha256-OTCFUoEgj1kY8QSqaYIqtSoWBYR0i0ao2dNRBhijEzc=";
};
buildInputs = [