yarn-berry: 4.8.0 -> 4.8.1 (#397239)

Co-authored-by: DimitarNestorov <DimitarNestorov@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-09 09:26:47 +00:00
committed by GitHub
co-authored by DimitarNestorov
+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 = [