summary refs log tree commit diff
path: root/pkgs/servers/dns
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-03 14:35:28 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-03 14:35:28 -0700
commitdc55912d73076bfb2a287ca90919f2d7d903597f (patch)
treeb6c5ea8f6084f44a565515399fe7e1701699b56b /pkgs/servers/dns
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
downloadnixpkgs-dc55912d73076bfb2a287ca90919f2d7d903597f.tar
nixpkgs-dc55912d73076bfb2a287ca90919f2d7d903597f.tar.gz
nixpkgs-dc55912d73076bfb2a287ca90919f2d7d903597f.tar.bz2
nixpkgs-dc55912d73076bfb2a287ca90919f2d7d903597f.tar.lz
nixpkgs-dc55912d73076bfb2a287ca90919f2d7d903597f.tar.xz
nixpkgs-dc55912d73076bfb2a287ca90919f2d7d903597f.tar.zst
nixpkgs-dc55912d73076bfb2a287ca90919f2d7d903597f.zip
bind: 9.14.3 -> 9.14.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bind/versions
Diffstat (limited to 'pkgs/servers/dns')
-rw-r--r--pkgs/servers/dns/bind/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/dns/bind/default.nix b/pkgs/servers/dns/bind/default.nix
index 4c4a45cca79..74d0d1341d6 100644
--- a/pkgs/servers/dns/bind/default.nix
+++ b/pkgs/servers/dns/bind/default.nix
@@ -8,14 +8,14 @@
 assert enableSeccomp -> libseccomp != null;
 assert enablePython -> python3 != null;
 
-let version = "9.14.3"; in
+let version = "9.14.4"; in
 
 stdenv.mkDerivation rec {
   name = "bind-${version}";
 
   src = fetchurl {
     url = "https://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
-    sha256 = "1ymxr38c62w6961j8g2vllnv0s72z7zk4b2j2k8ixdh1rymqm1yf";
+    sha256 = "0gxqws7ml15lwkjw9mdcd759gv5kk3s9m17j3vrp9448ls1gnbii";
   };
 
   outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];