nodejs-9_x: 9.8.0 -> 9.10.1

This commit is contained in:
adisbladis 2018-04-01 00:03:44 +08:00
parent 017fffc149
commit 357a2cc547
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -5,7 +5,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "9.8.0";
sha256 = "1b0ynhvnq25w29rmshim0dn4m1dknkn1p52idi6acpzswi4vn1h7";
version = "9.10.1";
sha256 = "1widvxbc8sp8p8vp7q38b3zy0w1nx4iaqmp81s6bvaqs08h7wfy9";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
}