File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,23 +10,18 @@ assert enablePython -> python3 != null;
1010
1111stdenv . 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 ] ;
You can’t perform that action at this time.
0 commit comments