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

dnsperf: 2.11.1 -> 2.11.2
This commit is contained in:
Nick Cao 2023-03-23 13:31:47 +08:00 committed by GitHub
commit a53f181c6b
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.11.1";
version = "2.11.2";
src = fetchFromGitHub {
owner = "DNS-OARC";
repo = "dnsperf";
rev = "v${version}";
sha256 = "sha256-dgPpuX8Geo20BV8g0uhjSdsZUOoC+Dnz4Y2vdMW6KjY=";
sha256 = "sha256-vZ2GPrlMHMe2vStjktbyLtXS5SoNzHbNwFi+CL1Z4VQ=";
};
nativeBuildInputs = [