yarn-berry: 4.5.0 -> 4.5.2 (#358332)
This commit is contained in:
commit
a76cf1a3f4
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "yarn-berry";
|
pname = "yarn-berry";
|
||||||
version = "4.5.0";
|
version = "4.5.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "yarnpkg";
|
owner = "yarnpkg";
|
||||||
repo = "berry";
|
repo = "berry";
|
||||||
rev = "@yarnpkg/cli/${finalAttrs.version}";
|
rev = "@yarnpkg/cli/${finalAttrs.version}";
|
||||||
hash = "sha256-OTCFUoEgj1kY8QSqaYIqtSoWBYR0i0ao2dNRBhijEzc=";
|
hash = "sha256-/M0sDInjV9bZ/cHFM3OpL3VCjbCNJEeUhFdtvNJwGDQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user