Skip to content

Commit 87e7d8b

Browse files
committed
bind: 9.16.8 -> 9.16.10
1 parent 2688e2d commit 87e7d8b

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

pkgs/servers/dns/bind/default.nix

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,18 @@ assert enablePython -> python3 != null;
1010

1111
stdenv.mkDerivation rec {
1212
pname = "bind";
13-
version = "9.16.8";
13+
version = "9.16.10";
1414

1515
src = fetchurl {
1616
url = "https://downloads.isc.org/isc/bind9/${version}/${pname}-${version}.tar.xz";
17-
sha256 = "0ccdbqmpvnxlbrxjsx2w8ir4xh961svzcw7n87n8dglj6rb9r6wy";
17+
sha256 = "sha256-vEf8AZxiBeamv7g5xUShRyMh3wU3upBbhGpMv/4zYrM=";
1818
};
1919

2020
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];
2121

2222
patches = [
2323
./dont-keep-configure-flags.patch
2424
./remove-mkdir-var.patch
25-
# Fix cross-compilation (will be included in next release after 9.16.8)
26-
(fetchpatch {
27-
url = "https://gitlab.isc.org/isc-projects/bind9/-/commit/35ca6df07277adff4df7472a0b01ea5438cdf1ff.patch";
28-
sha256 = "1sj0hcd0wgkam7hrbp2vw2yymmni4azr9ixd9shz1l6ja90bdj9h";
29-
})
3025
];
3126

3227
nativeBuildInputs = [ perl pkg-config ];

0 commit comments

Comments
 (0)