dnsperf: 2.8.0 -> 2.9.0

This commit is contained in:
R. Ryantm 2021-12-21 16:58:24 +00:00
parent ae969de2bb
commit 4c64626995

View file

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