3
0
Fork 0
forked from mirrors/nixpkgs

upgraded nodejs to 0.6.11

svn path=/nixpkgs/trunk/; revision=32760
This commit is contained in:
Mathijs Kwik 2012-03-04 12:28:45 +00:00
parent 9c2c4e3af3
commit a92fe14103

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, openssl, python, zlib, v8, darwinInstallNameToolUtility }:
stdenv.mkDerivation rec {
version = "0.6.10";
version = "0.6.11";
name = "nodejs-${version}";
src = fetchurl {
url = "http://nodejs.org/dist/v${version}/node-v${version}.tar.gz";
sha256 = "1mbbb3dy0hh5qahx7aqaj8cny0wm42d00c1m804r81y6afmn1l6i";
sha256 = "1lfb2f8b6j0wszvsmarzs17h1gwaqvz1rr4nbfnx4pv4c8nxpfwl";
};
configureFlags = [