yarn: 0.19.1 -> 0.20.3

This commit is contained in:
Gauthier POGAM--LE MONTAGNER 2017-02-25 14:22:16 +01:00 committed by Robin Gloster
parent 46e44222d6
commit 870914fc41

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "yarn-${version}";
version = "0.19.1";
version = "0.20.3";
src = fetchzip {
url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz";
sha256 = "1006ijhig9pcmrlsqfwxhn4i78bcji2grvkl4hz64fmqv6rh783s";
sha256 = "1w4n05155rlkyv9k43fs0zrl04pri89vbi7rzpwmcg6zfxz273lw";
};
buildInputs = [makeWrapper nodejs];