mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
yarn-berry: 4.4.1 -> 4.5.0
This commit is contained in:
parent
a5af82e680
commit
9023fea2d7
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "yarn-berry";
|
pname = "yarn-berry";
|
||||||
version = "4.4.1";
|
version = "4.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "yarnpkg";
|
owner = "yarnpkg";
|
||||||
repo = "berry";
|
repo = "berry";
|
||||||
rev = "@yarnpkg/cli/${finalAttrs.version}";
|
rev = "@yarnpkg/cli/${finalAttrs.version}";
|
||||||
hash = "sha256-bkhPdnRImeYBd0yY+iRYXk1KELyCWZusSmVGl2tbM+s=";
|
hash = "sha256-OTCFUoEgj1kY8QSqaYIqtSoWBYR0i0ao2dNRBhijEzc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user