Skip to content

Commit 57f3945

Browse files
dywedirvbgl
authored andcommittedJul 3, 2017
yarn: 0.24.6 -> 0.27.5
1 parent f130e00 commit 57f3945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/tools/yarn/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "yarn-${version}";
5-
version = "0.24.6";
5+
version = "0.27.5";
66

77
src = fetchzip {
88
url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz";
9-
sha256 = "1dxshqmz0im1a09p0x8zx1clkmkgjg3pg1gyl95fzzn6jai3nnrb";
9+
sha256 = "0djjbdbwzlhdh6aww6awfl63nz72kj109kjxvmwk25x8dkvw795a";
1010
};
1111

1212
buildInputs = [makeWrapper nodejs];

0 commit comments

Comments
 (0)
Please sign in to comment.