Merge pull request #69068 from dtzWill/update/bind-9.14.6

bind: 9.14.4 -> 9.14.6
This commit is contained in:
Peter Simons 2019-09-19 07:38:13 +02:00 committed by GitHub
commit b9ba391469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,15 +8,13 @@
assert enableSeccomp -> libseccomp != null;
assert enablePython -> python3 != null;
let version = "9.14.4"; in
stdenv.mkDerivation rec {
pname = "bind";
inherit version;
version = "9.14.6";
src = fetchurl {
url = "https://ftp.isc.org/isc/bind9/${version}/${pname}-${version}.tar.gz";
sha256 = "0gxqws7ml15lwkjw9mdcd759gv5kk3s9m17j3vrp9448ls1gnbii";
sha256 = "1zpd47ckn5lf4qbscfkj7krngwn2gwsp961v5401h3lhxm0a0rw9";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];