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

dnsperf: 2.13.1 -> 2.14.0
This commit is contained in:
Nick Cao
2024-01-19 10:25:38 -05:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "dnsperf";
version = "2.13.1";
version = "2.14.0";
src = fetchFromGitHub {
owner = "DNS-OARC";
repo = "dnsperf";
rev = "v${version}";
hash = "sha256-iNTuLcN9bsBPyXZ8SL96moFaI2pTcEhFey8+4xo9iyk=";
hash = "sha256-eDDVNFMjj+0wEBe1qO6r4Bai554Sp+EmP86reJ/VXGk=";
};
nativeBuildInputs = [