node.js : upgraded to 0.6.18

svn path=/nixpkgs/trunk/; revision=34266
This commit is contained in:
Mathijs Kwik 2012-05-29 07:43:56 +00:00
parent 4129e8e78c
commit 459de475ee

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, openssl, python, zlib, v8 }:
stdenv.mkDerivation rec {
version = "0.6.14";
version = "0.6.18";
name = "nodejs-${version}";
src = fetchurl {
url = "http://nodejs.org/dist/v${version}/node-v${version}.tar.gz";
sha256 = "07ygshbzx4xxj4apx5qzlpwsavnpkk54i2845my1kiamh4q246g4";
sha256 = "6cf4311ecbc1700e88f4382a31b3a7017c1572cd641fd06e653fc1692c2cffff";
};
configureFlags = [