mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #13549 from gilligan/update-nodejs-5.7.0
nodejs-5_x: 5.6.0 -> 5.7.0
This commit is contained in:
commit
0b16356611
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue