bind: 9.18.7 -> 9.18.8

This commit is contained in:
R. Ryantm 2022-10-21 06:32:53 +00:00
parent dd2351ee2f
commit ee3bea9255

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "bind";
version = "9.18.7";
version = "9.18.8";
src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-nirPFpj0nXCtEv+6057GcWp9pSTp69mEKcfHC6EmKYE=";
sha256 = "sha256-Djw6uTeNuEug83Bz1nuhJa5PL/ja82bJ2yh+PxssNfA=";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];