8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-Bqr5kmIIx+12hW4jpINcv0GBJBbMAkd4di/hZSXlT18=";
19 cargoLock.lockFile = ./Cargo.lock;
22 ln -s ${./Cargo.lock} Cargo.lock
25 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
26 darwin.apple_sdk.frameworks.Security
30 description = "More modern http framework benchmarker supporting HTTP/1 and HTTP/2 benchmarks";
31 homepage = "https://github.com/lnx-search/rewrk";
32 changelog = "https://github.com/lnx-search/rewrk/releases/tag/${version}";
33 license = licenses.mit;
34 maintainers = with maintainers; [ figsoda ];
35 mainProgram = "rewrk";