dnsperf: 2.3.1 -> 2.3.4

Required for newer Bind versions support without isc-config.sh.
This commit is contained in:
Pierre Bourdon 2020-09-24 18:08:47 +02:00
parent 99d2db8dce
commit ce615a5c32
No known key found for this signature in database
GPG Key ID: 6FB80DCD84DA0F1C

View File

@ -4,14 +4,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dnsperf"; pname = "dnsperf";
version = "2.3.1"; version = "2.3.4";
# The same as the initial commit of the new GitHub repo (only readme changed). # The same as the initial commit of the new GitHub repo (only readme changed).
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "DNS-OARC"; owner = "DNS-OARC";
repo = "dnsperf"; repo = "dnsperf";
rev = "v${version}"; rev = "v${version}";
sha256 = "0yxwm5xi9ry154ayzn2h27bnwwc202bsna8h6i4a65pn76nrn81w"; sha256 = "1lyci2vdl6g0s5pqs7dkq7pxdahcpkzh614wmy5fwi2f3334y0d1";
}; };
outputs = [ "out" "man" "doc" ]; outputs = [ "out" "man" "doc" ];