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

dnsperf: 2.8.0 -> 2.9.0
This commit is contained in:
Jörg Thalheim
2021-12-21 20:59:51 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "dnsperf";
version = "2.8.0";
version = "2.9.0";
src = fetchFromGitHub {
owner = "DNS-OARC";
repo = "dnsperf";
rev = "v${version}";
sha256 = "sha256-jemce+ix18IPAusEHh5QWcSQn/QRUOc3HTSk9jGt+SA=";
sha256 = "sha256-TWFi3oPTIKjBaw0Rq0AfZgxyVukvL2SWa2qvWw2WAQ4=";
};
nativeBuildInputs = [