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

bind: 9.18.6 -> 9.18.7
This commit is contained in:
Robert Scott 2022-09-24 23:37:32 +01:00 committed by GitHub
commit 17b1f4e699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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