yarn-berry: 4.7.0 -> 4.8.0 (#394150)

This commit is contained in:
Arne Keller
2025-03-31 16:13:06 +02:00
committed by GitHub

View File

@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "yarn-berry";
version = "4.7.0";
version = "4.8.0";
src = fetchFromGitHub {
owner = "yarnpkg";
repo = "berry";
rev = "@yarnpkg/cli/${finalAttrs.version}";
hash = "sha256-kf5tQ5n2C5sZfCTQYSAskNy8j7kCXoC5UUHRhbtIYZk=";
hash = "sha256-cNgR0t780/LJA+IIwycro/7AQjWa1tn00bh4ucPjVEc=";
};
buildInputs = [