Merge pull request #38520 from r-ryantm/auto-update/libuv

libuv: 1.19.2 -> 1.20.0
This commit is contained in:
Matthew Justin Bauer 2018-04-17 10:06:03 -05:00 committed by GitHub
commit b26d3d2da0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
, ApplicationServices, CoreServices }:
stdenv.mkDerivation rec {
version = "1.19.2";
version = "1.20.0";
name = "libuv-${version}";
src = fetchFromGitHub {
owner = "libuv";
repo = "libuv";
rev = "v${version}";
sha256 = "118r8wigm65107fm7kzfz7gc4awy8xxg0knvwnshx1j40ks08x9z";
sha256 = "0bjxny5bjl0qy978i9n2b96vd72h9dd7ghylvhfsi1aqfwc0s1qz";
};
postPatch = let