Unverified Commit f3e3ec66 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #251722: dnsperf: 2.13.0 -> 2.13.1

parents 2ae7493c 79af5861
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "dnsperf";
  version = "2.13.0";
  version = "2.13.1";

  src = fetchFromGitHub {
    owner = "DNS-OARC";
    repo = "dnsperf";
    rev = "v${version}";
    sha256 = "sha256-ijbJ3ttSLO3UL8TBdayJeYcsBMisv4vICQW3+ZhVsuM=";
    hash = "sha256-iNTuLcN9bsBPyXZ8SL96moFaI2pTcEhFey8+4xo9iyk=";
  };

  nativeBuildInputs = [
@@ -37,8 +37,10 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    description = "Tools for DNS benchmaring";
    homepage = "https://www.dns-oarc.net/tools/dnsperf";
    changelog = "https://github.com/DNS-OARC/dnsperf/releases/tag/v${version}";
    license = licenses.isc;
    platforms = platforms.unix;
    maintainers = with maintainers; [ vcunat ];
    mainProgram = "dnsperf";
    maintainers = with maintainers; [ vcunat mfrw ];
  };
}