nodejs: 9.10.1 -> 9.11.1

This commit is contained in:
Fatih Altinok 2018-04-09 14:25:29 +03:00
parent 9392b10d4a
commit f8cbdd5355
No known key found for this signature in database
GPG Key ID: 5561D8405A289ADA
1 changed files with 2 additions and 2 deletions

View File

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