Skip to content

Commit

Permalink
Merge pull request NixOS#54754 from r-ryantm/auto-update/pdns-recursor
Browse files Browse the repository at this point in the history
pdns-recursor: 4.1.8 -> 4.1.10
  • Loading branch information
infinisil authored Jan 29, 2019
2 parents 346aff1 + 48b40d0 commit 7897dad
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 {
name = "pdns-recursor-${version}";
version = "4.1.8";
version = "4.1.10";

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

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 7897dad

Please sign in to comment.