Commit 321e0682 authored by Artem Leshchev's avatar Artem Leshchev
Browse files

c-ares: update source URL

c-ares has moved to the new URL in 2021[^1], and now old link only
redirects to the new one. Moreover, old link is broken on IPv6-only
networks (old domain resolves to IPv6 address, but this address refuses
connections). This commit changes link to the current one.

[^1]: https://lists.haxx.se/pipermail/c-ares/2021-September/000001.html
parent 21ed0237
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
  version = "1.19.1";

  src = fetchurl {
    url = "https://c-ares.haxx.se/download/${pname}-${version}.tar.gz";
    url = "https://c-ares.org/download/${pname}-${version}.tar.gz";
    sha256 = "sha256-MhcAOZty7Q4DfQB0xinndB9rLsLdqSlWq+PpZx0+Jo4=";
  };