bind: 9.20.8 -> 9.20.9 (#409445)

authored by Martin Weinelt and committed by GitHub 8ef82d9b d91cb47b

+13 -10
+13 -10
pkgs/by-name/bi/bind/package.nix
··· 27 27 28 28 stdenv.mkDerivation (finalAttrs: { 29 29 pname = "bind"; 30 - version = "9.20.8"; 30 + version = "9.20.9"; 31 31 32 32 src = fetchurl { 33 33 url = "https://downloads.isc.org/isc/bind9/${finalAttrs.version}/${finalAttrs.pname}-${finalAttrs.version}.tar.xz"; 34 - hash = "sha256-MATZnEdr6rSamGwtSfkC4s13ZsmrGLJh6LNTyr86BLU="; 34 + hash = "sha256-PSaQDtnJqFkHP/6puX4pLBJI2tGCebF7BfyyPDCR+G0="; 35 35 }; 36 36 37 37 outputs = [ ··· 136 136 ''; 137 137 138 138 passthru = { 139 - tests = { 140 - withCheck = finalAttrs.finalPackage.overrideAttrs { doCheck = true; }; 141 - inherit (nixosTests) bind; 142 - prometheus-exporter = nixosTests.prometheus-exporters.bind; 143 - kubernetes-dns-single-node = nixosTests.kubernetes.dns-single-node; 144 - kubernetes-dns-multi-node = nixosTests.kubernetes.dns-multi-node; 145 - }; 139 + tests = 140 + { 141 + withCheck = finalAttrs.finalPackage.overrideAttrs { doCheck = true; }; 142 + inherit (nixosTests) bind; 143 + prometheus-exporter = nixosTests.prometheus-exporters.bind; 144 + } 145 + // lib.optionalAttrs (stdenv.hostPlatform.system == "x86_64-linux") { 146 + kubernetes-dns-single-node = nixosTests.kubernetes.dns-single-node; 147 + kubernetes-dns-multi-node = nixosTests.kubernetes.dns-multi-node; 148 + }; 146 149 147 150 updateScript = gitUpdater { 148 151 # No nicer place to find latest stable release. ··· 160 163 changelog = "https://downloads.isc.org/isc/bind9/cur/${lib.versions.majorMinor finalAttrs.version}/doc/arm/html/notes.html#notes-for-bind-${ 161 164 lib.replaceStrings [ "." ] [ "-" ] finalAttrs.version 162 165 }"; 163 - maintainers = with maintainers; [ globin ]; 166 + maintainers = with maintainers; [ ]; 164 167 platforms = platforms.unix; 165 168 166 169 outputsToInstall = [