bind: 9.20.11 -> 9.20.12

Changes: https://bind9.readthedocs.io/en/v9.20.12/changelog.html
(cherry picked from commit e10727139a)
This commit is contained in:
Sergei Trofimovich
2025-08-25 06:59:18 +01:00
committed by github-actions[bot]
parent fb0d4c5ee1
commit cac3c1ca6e

View File

@@ -27,11 +27,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bind";
version = "9.20.11";
version = "9.20.12";
src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${finalAttrs.version}/bind-${finalAttrs.version}.tar.xz";
hash = "sha256-TaLVMuZovCHog/bm2dPYF5TZ7GCxgVMDhWSaVvRu4Xo=";
hash = "sha256-3TLW62dQTopDCq9wtO+JTz0CJrRMfgI3DJsNN38ceZk=";
};
outputs = [