summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2013-10-19 13:51:57 +0200
committerDomen Kožar <domen@dev.si>2013-10-19 13:52:03 +0200
commit92613863fe3e43c04d1ba48daa6f9dfc84af75ab (patch)
tree8904966f8d10904c8848284c28c8acbdefb93e20 /pkgs/development/web
parent2656f1b4a1b7aa044066074f92b58b9432c19eab (diff)
downloadnixlib-92613863fe3e43c04d1ba48daa6f9dfc84af75ab.tar
nixlib-92613863fe3e43c04d1ba48daa6f9dfc84af75ab.tar.gz
nixlib-92613863fe3e43c04d1ba48daa6f9dfc84af75ab.tar.bz2
nixlib-92613863fe3e43c04d1ba48daa6f9dfc84af75ab.tar.lz
nixlib-92613863fe3e43c04d1ba48daa6f9dfc84af75ab.tar.xz
nixlib-92613863fe3e43c04d1ba48daa6f9dfc84af75ab.tar.zst
nixlib-92613863fe3e43c04d1ba48daa6f9dfc84af75ab.zip
nodejs: 0.10.12 -> 0.10.21 (security fixes)
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 610cdd09a714..f82fedb72267 100644
--- a/pkgs/development/web/nodejs/default.nix
+++ b/pkgs/development/web/nodejs/default.nix
@@ -6,7 +6,7 @@ let
     ln -sv /usr/sbin/dtrace $out/bin
   '';
 
-  version = "0.10.12";
+  version = "0.10.21";
 
   # !!! Should we also do shared libuv?
   deps = {
@@ -27,7 +27,7 @@ in stdenv.mkDerivation {
 
   src = fetchurl {
     url = "http://nodejs.org/dist/v${version}/node-v${version}.tar.gz";
-    sha256 = "1dlnjjr135h2xcxifb06g33yi2bc5zpvc06985x5cjj56g1sffbk";
+    sha256 = "038l4j0ilrsmc6m2z2qprqs82z7p4940scb8597hcmhp5kr5n4kw";
   };
 
   configureFlags = concatMap sharedConfigureFlags (builtins.attrNames deps);