yarn-berry: 4.4.1 -> 4.5.0

This commit is contained in:
R. Ryantm 2024-09-19 09:28:39 +00:00
parent a5af82e680
commit 9023fea2d7

View File

@ -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 = [