bind: 9.20.12 -> 9.20.13

Changes: https://bind9.readthedocs.io/en/v9.20.13/changelog.html
This commit is contained in:
Sergei Trofimovich
2025-09-13 06:51:10 +01:00
parent 2ca437b479
commit 6bbf8d1d95
+2 -2
View File
@@ -29,11 +29,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bind";
version = "9.20.12";
version = "9.20.13";
src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${finalAttrs.version}/bind-${finalAttrs.version}.tar.xz";
hash = "sha256-3TLW62dQTopDCq9wtO+JTz0CJrRMfgI3DJsNN38ceZk=";
hash = "sha256-FR+TdurTF+ZGpdDJ8BwGA4bYkRGNdDen+Cm7lyfHs0w=";
};
outputs = [