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

bind: 9.12.2 -> 9.12.2-P2
This commit is contained in:
Peter Simons 2018-09-25 16:43:26 +02:00 committed by GitHub
commit 3a6329db85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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