Unverified Commit 364cfe10 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

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

parents 1fbed706 9d7c1491
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [