Bart Oostveen
2026-08-19 10:45:38 +02:00
parent af85f02f44
commit b7c6868c73

View File

@@ -30,11 +30,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bind";
version = "9.20.26";
version = "9.20.29";
src = fetchurl {
url = "https://downloads.isc.org/isc/bind9/${finalAttrs.version}/bind-${finalAttrs.version}.tar.xz";
hash = "sha256-VSSN7w+HDExGs95yl46pcmFRMVFmYxiKRWTcodIL81A=";
hash = "sha256-WHApUIs7G0Min65BbJflVDq6RYCc76ypilAEoCpXNsE=";
};
outputs = [
@@ -121,6 +121,7 @@ stdenv.mkDerivation (finalAttrs: {
preCheck = ''
# skip timezone-related tests, they are flaky inside the nix sandbox
sed -i '/^ISC_TEST_ENTRY(isc_time_formatISO8601L/d' tests/isc/time_test.c
sed -i '/^ISC_TEST_ENTRY(isc_time_formattimestamp_test/d' tests/isc/time_test.c
''
+ lib.optionalString stdenv.hostPlatform.isRiscV64 ''
# lock benchmarks exceed the 300s test watchdog on slower hardware