bind: 9.14.9 -> 9.14.10

This commit is contained in:
R. RyanTM 2020-01-26 15:58:22 +00:00
parent 4311cfa157
commit 0c59818ce7

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" ];