Merge pull request #82031 from r-ryantm/auto-update/yarn

yarn: 1.22.0 -> 1.22.2
This commit is contained in:
Mario Rodas 2020-03-08 19:00:56 -05:00 committed by GitHub
commit 858eadde83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "yarn";
version = "1.22.0";
version = "1.22.2";
src = fetchzip {
url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz";
sha256 = "0hbsdbrqx5xhr171ik862v51xwjzbfncic92pgbnhnlmxy2y974x";
sha256 = "1av52k5hl7xylxz5c0h64akz6ccd1vm64v0pzmny1661pbihiwp5";
};
buildInputs = [ nodejs ];
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://yarnpkg.com/;
homepage = "https://yarnpkg.com/";
description = "Fast, reliable, and secure dependency management for javascript";
license = licenses.bsd2;
maintainers = with maintainers; [ offline screendriver ];