Merge pull request #31711 from adisbladis/nodejs-8_9_1

nodejs: 8.9.0 -> 8.9.1
This commit is contained in:
Orivej Desh 2017-11-15 18:29:57 +00:00 committed by GitHub
commit 9be7a88633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "8.9.0";
sha256 = "128ir6rkdz1xj55hbflw0sh7snrrvjwgvxmgnka7cyhjkvw5i0mf";
version = "8.9.1";
sha256 = "1q0p9zl260pd8038yvn13lw5whs480dy11ar2ijcm2hgyqhhq5pg";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
}