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

bind: 9.14.9 -> 9.14.10
This commit is contained in:
Niklas Hambüchen 2020-01-27 14:27:45 +01:00 committed by GitHub
commit 43a62af3a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@ assert enablePython -> python3 != null;
stdenv.mkDerivation rec {
pname = "bind";
version = "9.14.9";
version = "9.14.10";
src = fetchurl {
url = "https://ftp.isc.org/isc/bind9/${version}/${pname}-${version}.tar.gz";
sha256 = "0g2ph3hlw86yib8hv13qgkb4i84s9zv22r4k6yqlycm2izamwmr9";
sha256 = "0nkkc2phkkzwgl922xg41gx5pc5f4safabqslaw3880hwdf8vfaa";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];