yarn-berry: 4.1.0 -> 4.1.1

This commit is contained in:
R. Ryantm 2024-03-07 05:58:46 +00:00
parent f32e786e98
commit 7e77010b6c

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "yarn-berry";
version = "4.1.0";
version = "4.1.1";
src = fetchFromGitHub {
owner = "yarnpkg";
repo = "berry";
rev = "@yarnpkg/cli/${version}";
hash = "sha256-SjWjvnq9sHdUhnZfzVC5BTQwksKcLqz8W+TTNXrIVjE=";
hash = "sha256-75bERA1uZeywMjYznFDyk4+AtVDLo7eIajVtWdAD/RA=";
};
buildInputs = [