libuv: 1.42.0 -> 1.43.0 (#154195)
https://github.com/libuv/libuv/raw/v1.43.0/ChangeLog
This commit is contained in:
parent
89c9684b4b
commit
c797aa41f4
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
{ stdenv, lib, fetchFromGitHub, autoconf, automake, libtool, pkg-config, ApplicationServices, CoreServices }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.42.0";
|
||||
version = "1.43.0";
|
||||
pname = "libuv";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0f6mfbg750q26fa85nhmw2m0gyp8jcp1kyx9zn6lgi8bha5b7kny";
|
||||
sha256 = "sha256-AsXJb2AGNx+SARPmY8uRFRLfX5vqTPNjwL8njSw/e7o=";
|
||||
};
|
||||
|
||||
postPatch = let
|
||||
|
|
Loading…
Reference in a new issue