about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorVladyslav Mykhailichenko <dywedir@pm.me>2018-07-28 13:41:40 +0300
committerVladyslav Mykhailichenko <dywedir@pm.me>2018-07-28 13:41:40 +0300
commit31cd3830f1fb58680b853062e7119c28e844defa (patch)
tree388415fc60a276d634b25d172551c76bcd8a67cb /pkgs/development/tools
parent782342cf301a4e4fd6a840c37a8826af9344f818 (diff)
downloadnixlib-31cd3830f1fb58680b853062e7119c28e844defa.tar
nixlib-31cd3830f1fb58680b853062e7119c28e844defa.tar.gz
nixlib-31cd3830f1fb58680b853062e7119c28e844defa.tar.bz2
nixlib-31cd3830f1fb58680b853062e7119c28e844defa.tar.lz
nixlib-31cd3830f1fb58680b853062e7119c28e844defa.tar.xz
nixlib-31cd3830f1fb58680b853062e7119c28e844defa.tar.zst
nixlib-31cd3830f1fb58680b853062e7119c28e844defa.zip
yarn: 1.8.0 -> 1.9.2
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/yarn/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/yarn/default.nix b/pkgs/development/tools/yarn/default.nix
index 635c9efa40e8..f1336b89194e 100644
--- a/pkgs/development/tools/yarn/default.nix
+++ b/pkgs/development/tools/yarn/default.nix
@@ -2,14 +2,14 @@
 
 stdenv.mkDerivation rec {
   name = "yarn-${version}";
-  version = "1.8.0";
+  version = "1.9.2";
 
   src = fetchzip {
     url = "https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz";
-    sha256 = "145z9i935kab5pv3pldgs3b1i9ppplc928c71c2lbz8my1z6j77w";
+    sha256 = "0bk006zs1bk6nwj9x07ry314fgxi21sk79h1paljbs6yzrv62h4g";
   };
 
-  buildInputs = [makeWrapper nodejs];
+  buildInputs = [ makeWrapper nodejs ];
 
   installPhase = ''
     mkdir -p $out/{bin,libexec/yarn/}