3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #26995 from NeQuissimus/bind_9_11_1_p2

bind: 9.10.5-P2 -> 9.11.1-P2
This commit is contained in:
Peter Simons 2017-06-30 20:49:06 +02:00 committed by GitHub
commit 33a5e7fed2

View file

@ -3,14 +3,14 @@
assert enableSeccomp -> libseccomp != null;
let version = "9.10.5-P2"; in
let version = "9.11.1-P2"; in
stdenv.mkDerivation rec {
name = "bind-${version}";
src = fetchurl {
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
sha256 = "0cwrwlkfd6wnkw2ylkz2iyqlz73s3kf6q0fxsfwnh3fhxps2i90r";
sha256 = "19gyh7yij6cpvk5b199ghhns5wmsz67d2rpgvl91dbkm2m1wclxz";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];