Merge pull request #34860 from vcunat/p/nodejs-6_x

nodejs: 6.12.2 -> 6.12.3 (maintenance)
This commit is contained in:
adisbladis 2018-02-12 09:54:42 +08:00 committed by GitHub
commit d66174e4dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "6.12.2";
sha256 = "1z6sn4b973sxw0h9hd38rjq6cqdkzl5gsd48f793abvarwgpqrrk";
version = "6.12.3";
sha256 = "1p6w7ngp95lc3ksyklp1mwyq1f02vz62r1h60g1ri00pl8pnfn0s";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode.patch ];
}