Merge dnsperf: 2.3.1 -> 2.3.4

Submitted as part of #98663, but I see no reason to wait.
This commit is contained in:
Vladimír Čunát 2020-09-24 18:55:56 +02:00
commit 3c535791c8
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

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" ];