mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #272525 from matshch/fix-c-ares-url
c-ares: update source URL
This commit is contained in:
commit
6c01c5179a
@ -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=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user