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 28 stdenv.mkDerivation (finalAttrs: { 29 pname = "bind"; 30 - version = "9.20.8"; 31 32 src = fetchurl { 33 url = "https://downloads.isc.org/isc/bind9/${finalAttrs.version}/${finalAttrs.pname}-${finalAttrs.version}.tar.xz"; 34 - hash = "sha256-MATZnEdr6rSamGwtSfkC4s13ZsmrGLJh6LNTyr86BLU="; 35 }; 36 37 outputs = [ ··· 136 ''; 137 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 - }; 146 147 updateScript = gitUpdater { 148 # No nicer place to find latest stable release. ··· 160 changelog = "https://downloads.isc.org/isc/bind9/cur/${lib.versions.majorMinor finalAttrs.version}/doc/arm/html/notes.html#notes-for-bind-${ 161 lib.replaceStrings [ "." ] [ "-" ] finalAttrs.version 162 }"; 163 - maintainers = with maintainers; [ globin ]; 164 platforms = platforms.unix; 165 166 outputsToInstall = [
··· 27 28 stdenv.mkDerivation (finalAttrs: { 29 pname = "bind"; 30 + version = "9.20.9"; 31 32 src = fetchurl { 33 url = "https://downloads.isc.org/isc/bind9/${finalAttrs.version}/${finalAttrs.pname}-${finalAttrs.version}.tar.xz"; 34 + hash = "sha256-PSaQDtnJqFkHP/6puX4pLBJI2tGCebF7BfyyPDCR+G0="; 35 }; 36 37 outputs = [ ··· 136 ''; 137 138 passthru = { 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 + }; 149 150 updateScript = gitUpdater { 151 # No nicer place to find latest stable release. ··· 163 changelog = "https://downloads.isc.org/isc/bind9/cur/${lib.versions.majorMinor finalAttrs.version}/doc/arm/html/notes.html#notes-for-bind-${ 164 lib.replaceStrings [ "." ] [ "-" ] finalAttrs.version 165 }"; 166 + maintainers = with maintainers; [ ]; 167 platforms = platforms.unix; 168 169 outputsToInstall = [