summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorLluĂ­s Batlle <viriketo@gmail.com>2012-06-21 22:40:33 +0200
committerRob Vermaas <rob.vermaas@gmail.com>2012-06-22 14:50:58 +0200
commit0067a945d47509a31c425abd6b2a98f16e9ebf2d (patch)
tree6dcd03329c8aefc45fe3415e25e9f43db2d8175f /pkgs/development/web
parenta4045a92d76c7f72da6b0af5f50cac07dbd94dba (diff)
downloadnixlib-0067a945d47509a31c425abd6b2a98f16e9ebf2d.tar
nixlib-0067a945d47509a31c425abd6b2a98f16e9ebf2d.tar.gz
nixlib-0067a945d47509a31c425abd6b2a98f16e9ebf2d.tar.bz2
nixlib-0067a945d47509a31c425abd6b2a98f16e9ebf2d.tar.lz
nixlib-0067a945d47509a31c425abd6b2a98f16e9ebf2d.tar.xz
nixlib-0067a945d47509a31c425abd6b2a98f16e9ebf2d.tar.zst
nixlib-0067a945d47509a31c425abd6b2a98f16e9ebf2d.zip
Updating nodejs to 0.6.19.
Diffstat (limited to 'pkgs/development/web')
-rw-r--r--pkgs/development/web/nodejs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/default.nix b/pkgs/development/web/nodejs/default.nix
index 043ab36c93f4..98e4736b4f1d 100644
--- a/pkgs/development/web/nodejs/default.nix
+++ b/pkgs/development/web/nodejs/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, openssl, python, zlib, v8 }:
 
 stdenv.mkDerivation rec {
-  version = "0.6.18";
+  version = "0.6.19";
   name = "nodejs-${version}";
 
   src = fetchurl {
     url = "http://nodejs.org/dist/v${version}/node-v${version}.tar.gz";
-    sha256 = "6cf4311ecbc1700e88f4382a31b3a7017c1572cd641fd06e653fc1692c2cffff";
+    sha256 = "1frgnl7i111b8x3fr43lh3zybwsszn0daa661gszq7dhfwj2jcsf";
   };
 
   configureFlags = [