node.js: upgrade to v0.8.12

This commit is contained in:
Mathijs Kwik 2012-10-24 10:11:48 +02:00
parent 0efbc7d3bf
commit 4afe7286c3

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, openssl, python, zlib, v8, utillinux }:
stdenv.mkDerivation rec {
version = "0.8.9";
version = "0.8.12";
name = "nodejs-${version}";
src = fetchurl {
url = "http://nodejs.org/dist/v${version}/node-v${version}.tar.gz";
sha256 = "1finh64yra4lqy5jzqif3hhq8hzjvkbc8xkw8364sjsygj3hc3rj";
sha256 = "0igsz9g3hmxcnn685v4k8p6d2vv6cmh9sdz5pl8rlhglp0m7yjnn";
};
configureFlags = [