7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-cf78R9siH0RFbx+vXTs71VblpsQokL6Uo32N3X4lV2I=";
18 useFetchCargoVendor = true;
19 cargoHash = "sha256-wpfv6mebFPvL+9UkggRRH3fPOeGslORzxtN0q/KKOsw=";
22 description = "Command line tool for comparing benchmarks run by Criterion";
23 mainProgram = "critcmp";
24 homepage = "https://github.com/BurntSushi/critcmp";
25 license = with licenses; [
29 maintainers = with maintainers; [ figsoda ];