1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
8 owner = "max-niederman";
11 hash = "sha256-L6xdJ659ZWKNg9CGQs+5TQIKoIAZ5KHdFSk7NCp9a2Q=";
14 cargoHash = "sha256-iOeyn4oXk6y/NqZeBwkStBjt3hVVw4s2L5Lm58tq1BY=";
17 description = "Terminal-based typing test";
18 homepage = "https://github.com/max-niederman/ttyper";
19 changelog = "https://github.com/max-niederman/ttyper/releases/tag/${src.rev}";
20 license = licenses.mit;
21 maintainers = with maintainers; [ figsoda max-niederman ];
22 mainProgram = "ttyper";