Merge pull request #272525 from matshch/fix-c-ares-url

c-ares: update source URL
This commit is contained in:
Weijia Wang 2023-12-06 22:42:57 +01:00 committed by GitHub
commit 6c01c5179a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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=";
};