Merge pull request #192369 from r-ryantm/auto-update/sockperf

sockperf: 3.9 -> 3.10
This commit is contained in:
Mario Rodas 2022-09-30 07:14:02 -05:00 committed by GitHub
commit 862f8e8dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "sockperf";
version = "3.9";
version = "3.10";
src = fetchFromGitHub {
owner = "Mellanox";
repo = "sockperf";
rev = version;
sha256 = "sha256-dWhYCLZ5dzp0cSEzozlQyo2gGa6FASM93FvN2PuL34g=";
sha256 = "sha256-VvxL/bcn69uL7CBpDu4qwbKZwlC4N/kNeRX4k3UzxPI=";
};
nativeBuildInputs = [ autoreconfHook doxygen ];