dnsperf: 2.9.0 -> 2.10.0

This commit is contained in:
R. Ryantm 2022-11-12 03:37:53 +00:00
parent 0bbe13d612
commit 548454a156

View file

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