diff options
| author | rnhmjoj <rnhmjoj@inventati.org> | 2022-06-11 14:49:31 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-06-16 17:28:57 +0000 |
| commit | 9fb4d4874b32f580b1e76593b53a14fe0575cd41 (patch) | |
| tree | be5975a1d0c77451e847eaa9e2c41917c13d6d7e | |
| parent | linuxPackages.system76-io: Fix building on newer kernels. (diff) | |
| download | nixpkgs-origin/backport-177283-to-release-22.05.tar.gz | |
pdns-recursor: 4.6.2 -> 4.7.0origin/backport-177283-to-release-22.05
(cherry picked from commit b0b2bad54154436d67d1ad909b9bbc10e78e8dc0)
| -rw-r--r-- | pkgs/servers/dns/pdns-recursor/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/dns/pdns-recursor/default.nix b/pkgs/servers/dns/pdns-recursor/default.nix index d244b2920ba8..fedec6213f04 100644 --- a/pkgs/servers/dns/pdns-recursor/default.nix +++ b/pkgs/servers/dns/pdns-recursor/default.nix @@ -5,11 +5,11 @@ stdenv.mkDerivation rec { pname = "pdns-recursor"; - version = "4.6.2"; + version = "4.7.0"; src = fetchurl { url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2"; - sha256 = "sha256-2mSYUHOf3XuvLfZFrMl3UszTkJc7VrjiUXHqew0lrSA="; + sha256 = "1329ycxavhkx963q0c6rqyzlg0689v5rrmjlydiw6px324djm1z4"; }; nativeBuildInputs = [ pkg-config ]; |
