From 1f80c4cb2d840eb5451d29bd3f962c1c0b3c97eb Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Wed, 7 Jan 2015 20:56:06 -0800 Subject: [PATCH 1/2] libuv: update to new repository location --- pkgs/development/libraries/libuv/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/libuv/default.nix b/pkgs/development/libraries/libuv/default.nix index b11b889a8d9..92c2431e1d6 100644 --- a/pkgs/development/libraries/libuv/default.nix +++ b/pkgs/development/libraries/libuv/default.nix @@ -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; From f012dc321683fe1531965ed5f853102dceb19283 Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Wed, 7 Jan 2015 20:56:31 -0800 Subject: [PATCH 2/2] libuv: add v1.2.0 --- pkgs/development/libraries/libuv/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/libraries/libuv/default.nix b/pkgs/development/libraries/libuv/default.nix index 92c2431e1d6..decf9b3ac58 100644 --- a/pkgs/development/libraries/libuv/default.nix +++ b/pkgs/development/libraries/libuv/default.nix @@ -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"; + }