1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nodejs-5_x: 5.6.0 -> 5.7.0

This commit is contained in:
Tobias Pflug 2016-02-28 16:32:56 +01:00
parent ab746ec902
commit 8625d2f8aa

View file

@ -7,7 +7,7 @@
assert stdenv.system != "armv5tel-linux";
let
version = "5.6.0";
version = "5.7.0";
deps = {
inherit openssl zlib libuv;
@ -31,7 +31,7 @@ in stdenv.mkDerivation {
src = fetchurl {
url = "http://nodejs.org/dist/v${version}/node-v${version}.tar.gz";
sha256 = "0zy2pq2xpw170lycs0518jjldy1d5vm5y1pjb4zcibvhb5gcrwis";
sha256 = "1n6jvvf3jfmv7fjd64c5jajjapsmc8gr6rlw113vgys55xmb8f13";
};
configureFlags = concatMap sharedConfigureFlags (builtins.attrNames deps) ++ [ "--without-dtrace" ];