Merge pull request #36486 from ryantm/auto-update/c-ares

c-ares: 1.13.0 -> 1.14.0
This commit is contained in:
Matthew Justin Bauer 2018-04-17 10:53:17 -05:00 committed by GitHub
commit 0934f68340
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
let self =
stdenv.mkDerivation rec {
name = "c-ares-1.13.0";
name = "c-ares-1.14.0";
src = fetchurl {
url = "http://c-ares.haxx.se/download/${name}.tar.gz";
sha256 = "19qxhv9aiw903fr808y77r6l9js0fq9m3gcaqckan9jan7qhixq3";
sha256 = "0vnwmbvymw677k780kpb6sb8i3szdp89rzy8mz1fwg1657yw3ls5";
};
meta = with stdenv.lib; {