libuv: 1.9.0 -> 1.9.1

This commit is contained in:
Alexander Ried 2016-05-18 17:10:53 +02:00
parent 3cd63ade16
commit 88ffa3ae89

View file

@ -3,14 +3,14 @@
, ApplicationServices, CoreServices }:
stdenv.mkDerivation rec {
version = "1.9.0";
version = "1.9.1";
name = "libuv-${version}";
src = fetchFromGitHub {
owner = "libuv";
repo = "libuv";
rev = "v${version}";
sha256 = "0sq8c8n7xixn2xxp35crprvh35ry18i5mcxgwh12lydwv9ks0d4k";
sha256 = "1kc386gkkkymgz9diz1z4r8impcsmki5k88dsiasd6v9bfvq04cc";
};
buildInputs = [ automake autoconf libtool pkgconfig ]