libuv: 1.41.0 -> 1.41.1

This commit is contained in:
R. RyanTM 2021-07-19 16:09:29 +00:00 committed by Mario Rodas
parent e86ff5c2b2
commit 9136bd1e2f

View file

@ -1,14 +1,14 @@
{ stdenv, lib, fetchFromGitHub, fetchpatch, autoconf, automake, libtool, pkg-config, ApplicationServices, CoreServices }:
stdenv.mkDerivation rec {
version = "1.41.0";
version = "1.41.1";
pname = "libuv";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-i6AYD1Ony0L2+3yWK6bxOfwoZEvd9qCg33QSqA7bRXI=";
sha256 = "sha256-cE/Hg9YRYwpjzFg8hp97iuK/fWDTB4tTYYqpLpJgsUg=";
};
patches = [