12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 hash = "sha256-eDDVNFMjj+0wEBe1qO6r4Bai554Sp+EmP86reJ/VXGk=";
29 ldns # optional for DDNS (but cheap anyway)
38 description = "Tools for DNS benchmaring";
39 homepage = "https://www.dns-oarc.net/tools/dnsperf";
40 changelog = "https://github.com/DNS-OARC/dnsperf/releases/tag/v${version}";
41 license = licenses.isc;
42 platforms = platforms.unix;
43 mainProgram = "dnsperf";
44 maintainers = with maintainers; [ vcunat mfrw ];