Merge pull request #164586 from mweinelt/bind9

bind: 9.18.0 -> 9.18.1
This commit is contained in:
Robert Scott 2022-03-19 11:26:16 +00:00 committed by GitHub
commit 3eb0953ae8
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.0";
version = "9.18.1";
src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-VlJb9crwH9j9nZCRCIDMD4qQonqX0WkYfWUdTs8MQRw=";
sha256 = "sha256-V8ev2HFpTWFctN77HBvW7QIzUJQ9dFhBTbjUk+9WBCc=";
};
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];