dnsperf: 2.12.0 -> 2.13.0

This commit is contained in:
R. Ryantm 2023-06-25 02:20:59 +00:00
parent 3fe11cb141
commit 60e49372ed

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