dns-root-data: update B.root-servers.net addresses

https://gitlab.nic.cz/knot/knot-resolver/-/merge_requests/1478
This commit is contained in:
Vladimír Čunát 2023-11-28 15:36:28 +01:00
parent c76b72caa4
commit e30be98231
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -6,11 +6,11 @@ let
# Original source https://www.internic.net/domain/named.root # Original source https://www.internic.net/domain/named.root
# occasionally suffers from pointless hash changes, # occasionally suffers from pointless hash changes,
# and having stable sources for older versions has advantages, too. # and having stable sources for older versions has advantages, too.
urls = map (prefix: prefix + "cc5e14a264912/etc/root.hints") [ urls = map (prefix: prefix + "d9c96ae96f066a85d7/etc/root.hints") [
"https://gitlab.nic.cz/knot/knot-resolver/raw/" "https://gitlab.nic.cz/knot/knot-resolver/raw/"
"https://raw.githubusercontent.com/CZ-NIC/knot-resolver/" "https://raw.githubusercontent.com/CZ-NIC/knot-resolver/"
]; ];
sha256 = "0vdrff4l8s8grif52dnh091s8qydhh88k25zqd9rj66sf1qwcwxl"; hash = "sha256-4lG/uPnNHBNIZ/XIeDM1w3iukrpeW0JIjTnGSwkJ8U4=";
}; };
rootKey = ./root.key; rootKey = ./root.key;
@ -20,7 +20,7 @@ in
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "dns-root-data"; pname = "dns-root-data";
version = "2019-01-11"; version = "2023-11-27";
buildCommand = '' buildCommand = ''
mkdir $out mkdir $out