Merge pull request #33707 from frontsideair/nodejs-9.4.0

nodejs: 9.3.0 -> 9.4.0
This commit is contained in:
adisbladis 2018-01-11 09:33:27 +08:00 committed by GitHub
commit 9d56002c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "9.3.0";
sha256 = "1kap1hi4am5advfp6yb3bd5nhd2wx2j72cjq8qqg7yh95xg0g25j";
version = "9.4.0";
sha256 = "035j44xkji9dxddlqws6ykkbyphbkhwhz700arpgz20jz3qf20vm";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
}