summary refs log tree commit diff
path: root/pkgs/development/web/nodejs
diff options
context:
space:
mode:
authorMathias Schreck <schreck.mathias@googlemail.com>2016-09-28 10:54:26 +0200
committerMathias Schreck <schreck.mathias@googlemail.com>2016-09-28 10:54:26 +0200
commit5b21c716c619199ab2aabbe9912b9d234f1a5516 (patch)
tree459d380fd56ded9659b3accc2e71d6a7fe61d2f4 /pkgs/development/web/nodejs
parent33ccf3abedd74057523038c3bde1b9c2362988ed (diff)
downloadnixlib-5b21c716c619199ab2aabbe9912b9d234f1a5516.tar
nixlib-5b21c716c619199ab2aabbe9912b9d234f1a5516.tar.gz
nixlib-5b21c716c619199ab2aabbe9912b9d234f1a5516.tar.bz2
nixlib-5b21c716c619199ab2aabbe9912b9d234f1a5516.tar.lz
nixlib-5b21c716c619199ab2aabbe9912b9d234f1a5516.tar.xz
nixlib-5b21c716c619199ab2aabbe9912b9d234f1a5516.tar.zst
nixlib-5b21c716c619199ab2aabbe9912b9d234f1a5516.zip
nodejs: 6.6.0 -> 6.7.0
Diffstat (limited to 'pkgs/development/web/nodejs')
-rw-r--r--pkgs/development/web/nodejs/v6.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v6.nix b/pkgs/development/web/nodejs/v6.nix
index ad941f80d50e..f5d6e52ee441 100644
--- a/pkgs/development/web/nodejs/v6.nix
+++ b/pkgs/development/web/nodejs/v6.nix
@@ -8,8 +8,8 @@ let
   inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
 
 in import ./nodejs.nix (args // rec {
-  version = "6.6.0";
-  sha256 = "0cqswab9idbz5kzj50fnalg1zrircmbn9qga0cr33lvjnv98a134";
+  version = "6.7.0";
+  sha256 = "1r9vvnczjczqs29ja8gmbqgsfgkg0dph4qkaxb3yh7mb98r2ic6f";
   extraBuildInputs = stdenv.lib.optionals stdenv.isDarwin
     [ CoreServices ApplicationServices ];
   preBuild = stdenv.lib.optionalString stdenv.isDarwin ''