libuv: update to new repository location
This commit is contained in:
parent
b63caa13b3
commit
1f80c4cb2d
@ -6,7 +6,7 @@ let
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A multi-platform support library with a focus on asynchronous I/O";
|
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 ];
|
maintainers = with maintainers; [ cstrahan ];
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
@ -17,7 +17,7 @@ let
|
|||||||
else "libuv-${stability}-${version}";
|
else "libuv-${stability}-${version}";
|
||||||
|
|
||||||
mkSrc = version: sha256: fetchFromGitHub {
|
mkSrc = version: sha256: fetchFromGitHub {
|
||||||
owner = "joyent";
|
owner = "libuv";
|
||||||
repo = "libuv";
|
repo = "libuv";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
inherit sha256;
|
inherit sha256;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user