Skip to content

Commit

Permalink
powerdns: 4.0.1 -> 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jan 14, 2017
1 parent 9f56dd9 commit 1fe5134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/powerdns/default.nix
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
name = "powerdns-${version}";
version = "4.0.1";
version = "4.0.2";

src = fetchurl {
url = "http://downloads.powerdns.com/releases/pdns-${version}.tar.bz2";
sha256 = "1mzdj5077cn6cip51sxknz5hx0cyqlsrix39b7l30i36lvafx4fi";
sha256 = "17b2gv7r53skj54ms4hx8rdjiggpc8bais0cy0jck1pmccxyalfh";
};

buildInputs = [ boost libmysql postgresql lua openldap sqlite protobuf geoip libyamlcpp pkgconfig libsodium curl ];
Expand Down

0 comments on commit 1fe5134

Please sign in to comment.