bind: 9.16.11 -> 9.16.12

This commit is contained in:
R. RyanTM 2021-02-18 20:36:22 +00:00 committed by tomberek
parent 47fa2cda1f
commit 9b2e8cac52

View File

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