3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #101827 from delroth/bind-9.16.8

bind: 9.16.7 -> 9.16.8
This commit is contained in:
Peter Simons 2020-10-27 09:23:34 +01:00 committed by GitHub
commit 1ad5426911
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.7";
version = "9.16.8";
src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
sha256 = "1l8lhgnkj3fnl1101bs3pzj5gv2x5m9ahvrbyscsc9mxxc91hzcz";
sha256 = "0ccdbqmpvnxlbrxjsx2w8ir4xh961svzcw7n87n8dglj6rb9r6wy";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];