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

dnsperf: 2.11.2 -> 2.12.0
This commit is contained in:
figsoda
2023-05-25 09:59:49 -04:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "dnsperf";
version = "2.11.2";
version = "2.12.0";
src = fetchFromGitHub {
owner = "DNS-OARC";
repo = "dnsperf";
rev = "v${version}";
sha256 = "sha256-vZ2GPrlMHMe2vStjktbyLtXS5SoNzHbNwFi+CL1Z4VQ=";
sha256 = "sha256-zB0Cbf0JGIdh0J02crKglOFqWIqNmVyD7kHvg27egNw=";
};
nativeBuildInputs = [