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
commit 6c3a45b606
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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