Skip to content

Commit

Permalink
dnsperf: 2.3.1 -> 2.3.4
Browse files Browse the repository at this point in the history
Required for newer Bind versions support without isc-config.sh.
  • Loading branch information
delroth committed Sep 24, 2020
1 parent 99d2db8 commit ce615a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/dnsperf/default.nix
Expand Up @@ -4,14 +4,14 @@

stdenv.mkDerivation rec {
pname = "dnsperf";
version = "2.3.1";
version = "2.3.4";

# The same as the initial commit of the new GitHub repo (only readme changed).
src = fetchFromGitHub {
owner = "DNS-OARC";
repo = "dnsperf";
rev = "v${version}";
sha256 = "0yxwm5xi9ry154ayzn2h27bnwwc202bsna8h6i4a65pn76nrn81w";
sha256 = "1lyci2vdl6g0s5pqs7dkq7pxdahcpkzh614wmy5fwi2f3334y0d1";
};

outputs = [ "out" "man" "doc" ];
Expand Down

0 comments on commit ce615a5

Please sign in to comment.