yarn: 0.23.4 -> 0.24.6

This commit is contained in:
Jamie Rolfs 2017-05-24 07:54:22 -07:00
parent caa9a19143
commit 1a8779eb34
No known key found for this signature in database
GPG key ID: 8418ABAB28C93816

View file

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