Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-30 18:15:05 +00:00
committed by GitHub
353 changed files with 2868 additions and 1956 deletions
+2 -2
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" ];