c-ares: 1.12.0 -> 1.13.0 for CVE-2017-1000381

This commit is contained in:
adisbladis 2017-07-22 11:49:59 +08:00
parent 8537cf0f81
commit 66976bc670
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

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