Skip to content

Commit

Permalink
Merge pull request #51148 from c0bw3b/sec/1809/pdnsrec
Browse files Browse the repository at this point in the history
pdns-recursor: 4.1.7 -> 4.1.8 (security)
  • Loading branch information
c0bw3b committed Nov 27, 2018
2 parents 5c1cf68 + 6a0c135 commit db561c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/pdns-recursor/default.nix
Expand Up @@ -8,11 +8,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "pdns-recursor-${version}";
version = "4.1.7";
version = "4.1.8";

src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "0syvxlfxy3h2x1kvqkj7qqk8k85y42qjq30pcqqmy69v3pymq14s";
sha256 = "1xg5swappik8v5mjyl7magw7picf5cqp6rbhckd6ijssz16qzy38";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit db561c9

Please sign in to comment.