forked from mirrors/nixpkgs
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:
parent
ac570d2ba6
commit
4b872b6efd
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue