yarn: 1.22.2 -> 1.22.4 (#83286)

This commit is contained in:
Milan 2020-03-24 14:34:04 +01:00 committed by GitHub
parent 8b7e44630f
commit 9d14ee71da
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.2";
version = "1.22.4";
src = fetchzip {
url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz";
sha256 = "1av52k5hl7xylxz5c0h64akz6ccd1vm64v0pzmny1661pbihiwp5";
sha256 = "1s054c9cmlmzy6cfkawhaxvaxhqcq0a17n4sb12p0bp2lzkax9lm";
};
buildInputs = [ nodejs ];