Merge pull request #82031 from r-ryantm/auto-update/yarn
yarn: 1.22.0 -> 1.22.2
This commit is contained in:
commit
858eadde83
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "yarn";
|
pname = "yarn";
|
||||||
version = "1.22.0";
|
version = "1.22.2";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz";
|
url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz";
|
||||||
sha256 = "0hbsdbrqx5xhr171ik862v51xwjzbfncic92pgbnhnlmxy2y974x";
|
sha256 = "1av52k5hl7xylxz5c0h64akz6ccd1vm64v0pzmny1661pbihiwp5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nodejs ];
|
buildInputs = [ nodejs ];
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://yarnpkg.com/;
|
homepage = "https://yarnpkg.com/";
|
||||||
description = "Fast, reliable, and secure dependency management for javascript";
|
description = "Fast, reliable, and secure dependency management for javascript";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ offline screendriver ];
|
maintainers = with maintainers; [ offline screendriver ];
|
||||||
|
Loading…
Reference in New Issue
Block a user