about summary refs log tree commit diff
path: root/pkgs/servers/dns
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-01-06 08:06:36 -0500
committerGitHub <noreply@github.com>2024-01-06 08:06:36 -0500
commit3623e2df4c06cfade33adf2b3bcfe8b594261a32 (patch)
tree97cc06ab6f8328cf3810b13d2cff37a70e325aea /pkgs/servers/dns
parent3bf71cb5a36130f566bb6ae7574533db52403f00 (diff)
parent5d81c1faa84b84618715de87be071631b9635707 (diff)
Merge pull request #275800 from trofi/bind-update
bind: 9.18.20 -> 9.18.21
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 f6b497df1e12d..8edd94fb27ada 100644
--- a/pkgs/servers/dns/bind/default.nix
+++ b/pkgs/servers/dns/bind/default.nix
@@ -24,11 +24,11 @@
 
 stdenv.mkDerivation rec {
   pname = "bind";
-  version = "9.18.20";
+  version = "9.18.21";
 
   src = fetchurl {
     url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
-    hash = "sha256-S4kev1jT8qesPdJoKZD1KKNEjqocmS3cXBQbhYepjsU=";
+    hash = "sha256-pVa+IlBdnqT5xnF67pxUlznGhJiv88ppA1eH7MZI/sU=";
   };
 
   outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];