libuv: 1.6.1 -> 1.7.5

closes #9814
This commit is contained in:
Benjamin Saunders 2015-09-11 23:25:49 -07:00 committed by Charles Strahan
parent 9597ff6c8c
commit fce8924331
2 changed files with 2 additions and 4 deletions

View File

@ -107,6 +107,5 @@ in
}
//
mapAttrs (v: h: mkWithAutotools stable (toVersion v) h) {
v1_2_0 = "1nbp8qpgw64gl9nrjzxw0ndv1m64cfms0cy5a2883vw6877kizmx";
v1_6_1 = "10w9pjbmqcv03v04rnjd8mdh886j7v4y0svdsdklz69zskgdvvqg";
v1_7_5 = "18x6cy2xn31am97vn6jli7kmb2fbp4c8kmv7jm97vggh0x55flsc";
}

View File

@ -2011,7 +2011,6 @@ let
ninka = callPackage ../development/tools/misc/ninka { };
nodejs-4_1 = callPackage ../development/web/nodejs {
libuv = libuvVersions.v1_6_1;
openssl = openssl_1_0_2;
};
@ -7407,7 +7406,7 @@ let
inherit (darwin.apple_sdk.frameworks) ApplicationServices CoreServices;
});
libuv = libuvVersions.v1_6_1;
libuv = libuvVersions.v1_7_5;
libv4l = lowPrio (v4l_utils.override {
alsaLib = null;