1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
9 repo = "ntttcp-for-linux";
11 sha256 = "sha256-6O7qSrR6EFr7k9lHQHGs/scZxJJ5DBNDxlSL5hzlRf4=";
24 description = "Linux network throughput multiple-thread benchmark tool";
25 homepage = "https://github.com/microsoft/ntttcp-for-linux";
26 license = licenses.mit;
28 platforms = platforms.linux;
29 mainProgram = "ntttcp";