Merge pull request #75824 from imbsky/patch-1

yarn: 1.19.2 -> 1.21.1
This commit is contained in:
Mario Rodas 2019-12-18 17:06:50 -05:00 committed by GitHub
commit 9c764c306b
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.19.2";
version = "1.21.1";
src = fetchzip {
url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz";
sha256 = "05sjf7pgdj3hh92j2xxl683frrkiw1rqxs72z3an4gb83nllvi0n";
sha256 = "1yw3v62a6309f9hr189870i9jw2a15pkians1nnfjqczzh7r5pih";
};
buildInputs = [ nodejs ];