Skip to content

Commit

Permalink
yarn: 0.22.0 -> 0.23.2 (#25189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrgm authored and zimbatm committed Apr 25, 2017
1 parent 9ff08d2 commit d25f7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/yarn/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "yarn-${version}";
version = "0.22.0";
version = "0.23.2";

src = fetchzip {
url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz";
sha256 = "1hs4fqjj9rg47ipcagpdk3grh7aa0ls3vsxq4q20d5hb43s9n5gs";
sha256 = "06vqi78q1wsybr4nsh8xjnqmjynljmb36h21j2ffmni1adxf4syq";
};

buildInputs = [makeWrapper nodejs];
Expand Down

0 comments on commit d25f7c9

Please sign in to comment.