bind: 9.16.12 -> 9.16.13

This commit is contained in:
R. RyanTM 2021-03-20 01:51:13 +00:00
parent a9e8aa4dd4
commit 602499378d

View file

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