diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-09-01 23:00:01 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-09-02 08:12:13 +0000 |
| commit | e5dea85646b12ee5e1036514bc911f76f5c70cda (patch) | |
| tree | bb0a0d0f802d917b1650b0864820d21324187652 | |
| parent | Merge #189097: staging-next-22.05 - iteration9 (diff) | |
| download | nixpkgs-origin/backport-189374-to-release-22.05.tar.gz | |
pdns-recursor: 4.7.1 -> 4.7.2origin/backport-189374-to-release-22.05
(cherry picked from commit bd1c1724d1bab756cc12478584befe5ee3c8011c)
| -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 ded457c43a8b..35d79d6b1439 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.7.1"; + version = "4.7.2"; src = fetchurl { url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2"; - sha256 = "sha256-0vlFc6bw5joQNMorMBwn6/LhMAplW6ZpzFAtXqjW7Gg="; + sha256 = "sha256-vbQZB5D+dZd41vBRWvu8wKKLPn4bg8Vwyq84QZ1Xgg0="; }; nativeBuildInputs = [ pkg-config ]; |
