Merge pull request #245921 from trofi/bind-update

bind: 9.18.16 -> 9.18.17
This commit is contained in:
Adam Joseph 2023-07-28 20:56:29 +00:00 committed by GitHub
commit 49b4b4e872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "bind";
version = "9.18.16";
version = "9.18.17";
src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-yII0/gfudcPIqeWRUv7mS3FGQ96OIs+Y2j200LV+B3U=";
hash = "sha256-veHFAXuB0decaeuPU38uUDL9NiOs3V7oMNT3S8JINFg=";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];