dnsperf: 2.11.1 -> 2.11.2

This commit is contained in:
R. Ryantm 2023-03-22 17:57:40 +00:00
parent 3014c29604
commit 40ec2c7954

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 = [