summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-01 13:47:33 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-03-01 13:47:33 -0800
commite08f01f4e78c1c0e6698e132763c3350171afb9d (patch)
tree4bc17c8e792d2f5f38b7596895ff4c3af3f05a92 /pkgs/servers
parent2fcb11a2442b27834db87b2f62511037c31b5e36 (diff)
downloadnixpkgs-e08f01f4e78c1c0e6698e132763c3350171afb9d.tar
nixpkgs-e08f01f4e78c1c0e6698e132763c3350171afb9d.tar.gz
nixpkgs-e08f01f4e78c1c0e6698e132763c3350171afb9d.tar.bz2
nixpkgs-e08f01f4e78c1c0e6698e132763c3350171afb9d.tar.lz
nixpkgs-e08f01f4e78c1c0e6698e132763c3350171afb9d.tar.xz
nixpkgs-e08f01f4e78c1c0e6698e132763c3350171afb9d.tar.zst
nixpkgs-e08f01f4e78c1c0e6698e132763c3350171afb9d.zip
bind: 9.12.3-P1 -> 9.12.3-P4
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')
-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 550a8fa13cc..0183d745990 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.12.3-P1"; in
+let version = "9.12.3-P4"; in
 
 stdenv.mkDerivation rec {
   name = "bind-${version}";
 
   src = fetchurl {
     url = "https://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
-    sha256 = "0wzdbn6ig851354cjdys5q3gvqcvl2gmmih1gzr8ldl7sy4r7dvc";
+    sha256 = "01pj47z5582rd538dmbzf1msw4jc8j4zr0zx4ciy88r6qr9l80fi";
   };
 
   outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];