forked from mirrors/nixpkgs
nsd: 4.1.6 -> 4.1.7
This commit is contained in:
parent
88df035818
commit
a0753c7cb2
|
@ -13,11 +13,11 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nsd-4.1.6";
|
name = "nsd-4.1.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.nlnetlabs.nl/downloads/nsd/${name}.tar.gz";
|
url = "http://www.nlnetlabs.nl/downloads/nsd/${name}.tar.gz";
|
||||||
sha256 = "0pvpsxhil60m21h3pqlzs0l5m8qd3l6j8fkjyfg8plwmbh2j5xl8";
|
sha256 = "12hskfgfbkvcgpa1xxkqd8lnc6xvln1amn97x6avfnj9kfrbxa3v";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libevent openssl ];
|
buildInputs = [ libevent openssl ];
|
||||||
|
@ -41,7 +41,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://www.nlnetlabs.nl;
|
homepage = http://www.nlnetlabs.nl;
|
||||||
description = "Authoritative only, high performance, simple and open source name server";
|
description = "Authoritative only, high performance, simple and open source name server";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.hrdinka ];
|
maintainers = [ maintainers.hrdinka ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue