diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-11-18 04:42:27 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-12-25 11:16:54 +0000 |
| commit | ff93961dc522e1e98f9083076495a70a614dd557 (patch) | |
| tree | 218c352fc8765e95c1d33055b1a1185ea5a0adc2 | |
| parent | lib.strings: fix negative number handling for `toInt` and `toIntBase10` (diff) | |
| download | nixpkgs-origin/backport-201729-to-release-22.11.tar.gz | |
bind: 9.18.8 -> 9.18.9origin/backport-201729-to-release-22.11
(cherry picked from commit dc863306f19205d393702482746b87f740c358a3)
| -rw-r--r-- | pkgs/servers/dns/bind/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/dns/bind/default.nix b/pkgs/servers/dns/bind/default.nix index 45f5c7a2e483..116498c966e4 100644 --- a/pkgs/servers/dns/bind/default.nix +++ b/pkgs/servers/dns/bind/default.nix @@ -8,11 +8,11 @@ stdenv.mkDerivation rec { pname = "bind"; - version = "9.18.8"; + version = "9.18.9"; src = fetchurl { url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz"; - sha256 = "sha256-Djw6uTeNuEug83Bz1nuhJa5PL/ja82bJ2yh+PxssNfA="; + sha256 = "sha256-apZlmY1WhgRGDfCRj8jM+tfSk4jU2EJWDAVswhHLskM="; }; outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ]; |
