Merge pull request #200793 from r-ryantm/auto-update/dnsperf

dnsperf: 2.9.0 -> 2.10.0
This commit is contained in:
figsoda 2022-11-12 16:09:52 -05:00 committed by GitHub
commit 851adef089
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "dnsperf";
version = "2.9.0";
version = "2.10.0";
src = fetchFromGitHub {
owner = "DNS-OARC";
repo = "dnsperf";
rev = "v${version}";
sha256 = "sha256-TWFi3oPTIKjBaw0Rq0AfZgxyVukvL2SWa2qvWw2WAQ4=";
sha256 = "sha256-V8wFswGs4p045mOyLA1Zrlz4JtfojHbUir0esS2iUIs=";
};
nativeBuildInputs = [