Skip to content

Commit

Permalink
pdns-recursor: 4.2.1 -> 4.2.2 (security)
Browse files Browse the repository at this point in the history
https://blog.powerdns.com/2020/05/19/powerdns-recursor-4-3-1-4-2-2-and-4-1-16-released/
$ nix build -f nixos/release.nix tests.pdns-recursor.x86_64-linux
NixPkgs master is on 4.3.x already; /cc that PR NixOS#88159
  • Loading branch information
vcunat committed May 23, 2020
1 parent 9712027 commit 1a02977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/pdns-recursor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "pdns-recursor";
version = "4.2.1";
version = "4.2.2";

src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "07w9av3v9zjnb1fhknmza168yxsq4zr2jqcla7yg10ajrhsk534d";
sha256 = "013jdyzkl4igipaz61lvw2jnrjgrv1nhzsixrdggxqyxny5dw0lm";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 1a02977

Please sign in to comment.