about summary refs log tree commit diff
path: root/pkgs/servers/dns
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2024-04-23 20:08:24 +0100
committerGitHub <noreply@github.com>2024-04-23 20:08:24 +0100
commit591b76ca17b77a11aca0b286681784ffdf09fcdb (patch)
tree588871762b5a0391e1b3bc868786f7c86950265b /pkgs/servers/dns
parenta79dc90c3965c58b7bfa631beb6f6e9bceafc2e3 (diff)
parent16c31e6a1e2e8801fbf27fa86b0b3d6ce47b8d25 (diff)
Merge pull request #305144 from trofi/bind-update
bind: 9.18.25 -> 9.18.26
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 4981f5938de21..8beaffa75e384 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.25";
+  version = "9.18.26";
 
   src = fetchurl {
     url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
-    hash = "sha256-WkpwQyoz0Anw5unbsyiq56XidQfpjii/PAxrJQzLKrM=";
+    hash = "sha256-df/uUnMelgTISbZY3ynpJ/HE8B1aceo+vL62NwLLZlE=";
   };
 
   outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];