yarn-berry: 4.8.0 -> 4.8.1

This commit is contained in:
R. Ryantm
2025-04-08 23:26:22 +00:00
parent 0f8029409e
commit 240c7ae697
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "yarn-berry";
version = "4.8.0";
version = "4.8.1";
src = fetchFromGitHub {
owner = "yarnpkg";
repo = "berry";
tag = "@yarnpkg/cli/${finalAttrs.version}";
hash = "sha256-cNgR0t780/LJA+IIwycro/7AQjWa1tn00bh4ucPjVEc=";
hash = "sha256-JRQVUO5KsaGMmoC99cloW+hbFjgaFLNT3tqA29TVu34=";
};
buildInputs = [