1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
8 owner = "thatvegandev";
11 sha256 = "0aryfx9qlnjdq3iq2d823c82fhkafvibmbz58g48b8ah5x5fv3ir";
14 cargoHash = "sha256-gEpmXyLmw6bX3enA3gNVtXNMlkQl6J/8AwJQSY0RtFw=";
17 description = "Typing tui with visualized results and historical logging";
18 homepage = "https://github.com/thatvegandev/thokr";
19 license = licenses.mit;
20 maintainers = with maintainers; [ figsoda ];
21 mainProgram = "thokr";