dnsperf: 2.5.0 -> 2.5.2

https://github.com/DNS-OARC/dnsperf/releases/tag/v2.5.1
https://github.com/DNS-OARC/dnsperf/releases/tag/v2.5.2
It seems to work OK in my testing.
This commit is contained in:
Vladimír Čunát 2021-03-30 17:05:53 +02:00
parent ac570d2ba6
commit 4b872b6efd
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -4,14 +4,14 @@
stdenv.mkDerivation rec {
pname = "dnsperf";
version = "2.5.0";
version = "2.5.2";
# 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 = "0wcjs512in9w36hbn4mffca02cn5df3s1x7zaj02qv8na5nqq11m";
sha256 = "0dzi28z7hnyxbibwdsalvd93czf4d5pgmvrbn6hlh52znsn40gbb";
};
outputs = [ "out" "man" "doc" ];