Merge pull request #40867 from r-ryantm/auto-update/bind

bind: 9.12.1 -> 9.12.1-P2
This commit is contained in:
Peter Simons 2018-05-21 13:22:52 +02:00 committed by GitHub
commit 193dedff8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,14 +6,14 @@
assert enableSeccomp -> libseccomp != null;
assert enablePython -> python3 != null;
let version = "9.12.1"; in
let version = "9.12.1-P2"; in
stdenv.mkDerivation rec {
name = "bind-${version}";
src = fetchurl {
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
sha256 = "043mjcw405qa0ghm5dkhfsq35gsy279724fz3mjqpr1mbi14dr0n";
sha256 = "0a9dvyg1dk7vpqn9gz7p5jas3bz7z22bjd66b98g1qk16i2w7rqd";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];