libuv: 1.12.0 -> 1.13.1

This commit is contained in:
Vladimír Čunát 2017-07-07 11:50:42 +02:00
parent 3d1266fcbd
commit b3729eb3f2
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -2,14 +2,14 @@
, ApplicationServices, CoreServices }:
stdenv.mkDerivation rec {
version = "1.12.0";
version = "1.13.1";
name = "libuv-${version}";
src = fetchFromGitHub {
owner = "libuv";
repo = "libuv";
rev = "v${version}";
sha256 = "0m025i0sfm4iv3aiic88x4y4bbhhdb204pmd9r383fsl458fck2p";
sha256 = "0k348kgdphha1w4cw78zngq3gqcrhcn0az7k0k4w2bgmdf4ip8z8";
};
postPatch = let