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

dnsperf: 2.12.0 -> 2.13.0
This commit is contained in:
Nick Cao 2023-06-25 13:06:15 +08:00 committed by GitHub
commit e8e1adbe23
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.12.0";
version = "2.13.0";
src = fetchFromGitHub {
owner = "DNS-OARC";
repo = "dnsperf";
rev = "v${version}";
sha256 = "sha256-zB0Cbf0JGIdh0J02crKglOFqWIqNmVyD7kHvg27egNw=";
sha256 = "sha256-ijbJ3ttSLO3UL8TBdayJeYcsBMisv4vICQW3+ZhVsuM=";
};
nativeBuildInputs = [