Skip to content

Commit

Permalink
yarn: 1.0.1 -> 1.2.1 (#30346)
Browse files Browse the repository at this point in the history
  • Loading branch information
frontsideair authored and zimbatm committed Oct 13, 2017
1 parent bbec429 commit 826d7d2
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 = "1.0.1";
version = "1.2.1";

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

buildInputs = [makeWrapper nodejs];
Expand Down

0 comments on commit 826d7d2

Please sign in to comment.