Merge #32686: update nodejs and libuv

This commit is contained in:
Vladimír Čunát 2017-12-16 17:11:37 +01:00
commit f7460f6890
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
2 changed files with 4 additions and 4 deletions

View file

@ -2,14 +2,14 @@
, ApplicationServices, CoreServices }:
stdenv.mkDerivation rec {
version = "1.16.1";
version = "1.18.0";
name = "libuv-${version}";
src = fetchFromGitHub {
owner = "libuv";
repo = "libuv";
rev = "v${version}";
sha256 = "06p3xy276spqbr9xzbs7qlpdk34qsn87s2qmp6xn4j7v3bnqja7z";
sha256 = "0s71c2y4ll3vp463hsdk74q4hr7wprkxc2a4agw3za2hhzcb95pd";
};
postPatch = let

View file

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