6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-cf78R9siH0RFbx+vXTs71VblpsQokL6Uo32N3X4lV2I=";
17 cargoHash = "sha256-yzWa+/08tG8h+5V8XBc3k8GDivS6SHW6zVb+ug1sbE0=";
20 description = "A command line tool for comparing benchmarks run by Criterion";
21 mainProgram = "critcmp";
22 homepage = "https://github.com/BurntSushi/critcmp";
23 license = with licenses; [ mit unlicense ];
24 maintainers = with maintainers; [ figsoda ];