nodejs: 6.12.2 -> 6.12.3 (maintenance)

https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.12.3
This commit is contained in:
Vladimír Čunát 2018-02-11 20:51:47 +01:00
parent 169216fe14
commit 226d86a3c4
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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 ];
}