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

libuv: 1.40.0 -> 1.41.0
This commit is contained in:
Mario Rodas 2021-02-14 22:01:48 -05:00 committed by GitHub
commit e1508e7940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ stdenv, lib, fetchFromGitHub, autoconf, automake, libtool, pkg-config, ApplicationServices, CoreServices }:
stdenv.mkDerivation rec {
version = "1.40.0";
version = "1.41.0";
pname = "libuv";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1hd0x6i80ca3j0c3a7laygzab5qkgxjkz692jwzrsinsfhvbq0pg";
sha256 = "sha256-i6AYD1Ony0L2+3yWK6bxOfwoZEvd9qCg33QSqA7bRXI=";
};
postPatch = let