powerdns: 4.0.1 -> 4.0.2
This commit is contained in:
parent
9f56dd9d63
commit
1fe51342a9
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "powerdns-${version}";
|
name = "powerdns-${version}";
|
||||||
version = "4.0.1";
|
version = "4.0.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloads.powerdns.com/releases/pdns-${version}.tar.bz2";
|
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 ];
|
buildInputs = [ boost libmysql postgresql lua openldap sqlite protobuf geoip libyamlcpp pkgconfig libsodium curl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user