libuv: 1.14.1 -> 1.15.0

This commit is contained in:
Vladimír Čunát 2017-10-08 11:26:07 +02:00
parent 58efdfd50c
commit 63a06627b8
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.14.1";
version = "1.15.0";
name = "libuv-${version}";
src = fetchFromGitHub {
owner = "libuv";
repo = "libuv";
rev = "v${version}";
sha256 = "1121qvnvpcabq1bl2k41jq8r2hn2x123csiaf7s9vrq66bbxgfdx";
sha256 = "092hxqjvbb6d03h3msc38359w2kixba1ansyrsbyqq8iqiqwnkw0";
};
postPatch = let