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

yarn: 1.17.0 -> 1.17.3
This commit is contained in:
Mario Rodas 2019-07-21 01:43:05 -05:00 committed by GitHub
commit ca341029b6
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.17.0";
version = "1.17.3";
src = fetchzip {
url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz";
sha256 = "1gviq2c96l8gh8hy7ygxyd62xc3laiglr5mhsfwhxdn039fdh0vr";
sha256 = "050bd7bzn1kkva03q3ay2jlq574yp4k5g1pyrrdvk2cr60c4j1vj";
};
buildInputs = [ nodejs ];