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

bind: 9.16.12 -> 9.16.13
This commit is contained in:
Robert Scott 2021-04-02 19:31:39 +01:00 committed by GitHub
commit cf15f8f8d3
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.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" ];