forked from mirrors/nixpkgs
nodejs-4_x: 4.8.5 -> 4.8.7
This commit is contained in:
parent
a0be858835
commit
bde59aa034
|
@ -5,7 +5,7 @@ let
|
||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
version = "4.8.5";
|
version = "4.8.7";
|
||||||
sha256 = "0lqdnnihmc2wpl1v1shj60i49wka2354b00a86k0xbjg5gyfx2m4";
|
sha256 = "1y21wq092d3gmccm2zldbflbbbx7a71wi9l0bpkxvzmgws69liq3";
|
||||||
patches = lib.optionals stdenv.isDarwin [ ./no-xcode.patch ];
|
patches = lib.optionals stdenv.isDarwin [ ./no-xcode.patch ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue