Merge pull request #5635 from Ralith/libuv

Update libuv repository and add latest stable version
This commit is contained in:
Charles Strahan 2015-01-14 01:16:18 -05:00
commit 8d19679e7d

View File

@ -6,7 +6,7 @@ let
meta = with lib; {
description = "A multi-platform support library with a focus on asynchronous I/O";
homepage = https://github.com/joyent/libuv;
homepage = https://github.com/libuv/libuv;
maintainers = with maintainers; [ cstrahan ];
platforms = with platforms; linux ++ darwin;
};
@ -17,7 +17,7 @@ let
else "libuv-${stability}-${version}";
mkSrc = version: sha256: fetchFromGitHub {
owner = "joyent";
owner = "libuv";
repo = "libuv";
rev = "v${version}";
inherit sha256;
@ -102,3 +102,7 @@ in
v0_11_26 = "1pfjdwrxhqz1vqcdm42g3j45ghrb4yl7wsngvraclhgqicff1sc3";
v0_11_29 = "1z07phfwryfy2155p3lxcm2a33h20sfl96lds5dghn157x6csz7m";
}
//
mapAttrs (v: h: mkWithAutotools stable (toVersion v) h) {
v1_2_0 = "1nbp8qpgw64gl9nrjzxw0ndv1m64cfms0cy5a2883vw6877kizmx";
}