c-ares: 1.26.0 -> 1.27.0

Fixes CVE-2024-25629.

Changelog:
https://c-ares.org/changelog.html#1_27_0
This commit is contained in:
Thomas Gerbet 2024-02-24 01:53:18 +01:00
parent cfc5c35a0b
commit d82e12a42f

View file

@ -13,11 +13,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "c-ares"; pname = "c-ares";
version = "1.26.0"; version = "1.27.0";
src = fetchurl { src = fetchurl {
url = "https://c-ares.org/download/${pname}-${version}.tar.gz"; url = "https://c-ares.org/download/${pname}-${version}.tar.gz";
hash = "sha256-vtWMTwKwCQgOvabCRnukaXIqxq679El9xEqD2MYZTlA="; hash = "sha256-CnK+ZpWZVcQ+KvL70DQY6Cor1UZGBOyaYhR+N6zrQgs=";
}; };
outputs = [ "out" "dev" "man" ]; outputs = [ "out" "dev" "man" ];