summary refs log tree commit diff
path: root/pkgs/development/libraries/c-ares
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-07 19:50:33 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-09 08:02:43 -0800
commit78e23d13cd7c399147b6f04a8b3f868c7231ce20 (patch)
tree1965c0d79f69518f0007bd195efe0839a8884e1b /pkgs/development/libraries/c-ares
parentc69d8bf5e606915820b30d6db8fa9dfa39766f67 (diff)
downloadnixpkgs-78e23d13cd7c399147b6f04a8b3f868c7231ce20.tar
nixpkgs-78e23d13cd7c399147b6f04a8b3f868c7231ce20.tar.gz
nixpkgs-78e23d13cd7c399147b6f04a8b3f868c7231ce20.tar.bz2
nixpkgs-78e23d13cd7c399147b6f04a8b3f868c7231ce20.tar.lz
nixpkgs-78e23d13cd7c399147b6f04a8b3f868c7231ce20.tar.xz
nixpkgs-78e23d13cd7c399147b6f04a8b3f868c7231ce20.tar.zst
nixpkgs-78e23d13cd7c399147b6f04a8b3f868c7231ce20.zip
c-ares: 1.13.0 -> 1.14.0
Semi-automatic update. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.14.0 with grep in /nix/store/0azgccv236s0l92yfyxx7rbh8nci8g2z-c-ares-1.14.0
- found 1.14.0 in filename of file in /nix/store/0azgccv236s0l92yfyxx7rbh8nci8g2z-c-ares-1.14.0
Diffstat (limited to 'pkgs/development/libraries/c-ares')
-rw-r--r--pkgs/development/libraries/c-ares/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/c-ares/default.nix b/pkgs/development/libraries/c-ares/default.nix
index 6b3b69f9997..a384a770783 100644
--- a/pkgs/development/libraries/c-ares/default.nix
+++ b/pkgs/development/libraries/c-ares/default.nix
@@ -2,11 +2,11 @@
 
 let self =
 stdenv.mkDerivation rec {
-  name = "c-ares-1.13.0";
+  name = "c-ares-1.14.0";
 
   src = fetchurl {
     url = "http://c-ares.haxx.se/download/${name}.tar.gz";
-    sha256 = "19qxhv9aiw903fr808y77r6l9js0fq9m3gcaqckan9jan7qhixq3";
+    sha256 = "0vnwmbvymw677k780kpb6sb8i3szdp89rzy8mz1fwg1657yw3ls5";
   };
 
   meta = with stdenv.lib; {