1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

nodejs: 9.0.0 -> 9.2.0

This commit is contained in:
adisbladis 2017-11-16 01:54:52 +08:00
parent 3aa914ceeb
commit bf134bac8d
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.0.0";
sha256 = "19az7mxcb3d1aj0f7gvhriyyghn1rwn0425924pa84d6j1mbsljv";
version = "9.2.0";
sha256 = "1hmvwfbavk2axqz9kin8b5zsld25gznhvlz55h3yl6nwx9iz5jk4";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
}