bind: 9.16.10 -> 9.16.11

This commit is contained in:
R. RyanTM 2021-01-21 17:30:21 +00:00 committed by Tim Steinbach
parent f3b05f7b6f
commit 5854a34ede

View file

@ -10,11 +10,11 @@ assert enablePython -> python3 != null;
stdenv.mkDerivation rec {
pname = "bind";
version = "9.16.10";
version = "9.16.11";
src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-vEf8AZxiBeamv7g5xUShRyMh3wU3upBbhGpMv/4zYrM=";
sha256 = "sha256-ARH2TdfY9RXPoSnhgczpb/ggcNGyfxGiH2hWEQ0GmcE=";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];