Skip to content

Commit

Permalink
yarn: 0.28.4 -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Sep 7, 2017
1 parent 9903f4e commit 2ae7e95
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.28.4";
version = "1.0.1";

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

buildInputs = [makeWrapper nodejs];
Expand Down

0 comments on commit 2ae7e95

Please sign in to comment.