7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
12 owner = "thomas-mauran";
15 hash = "sha256-LtxaZ/7p/lqStoUmckVVaegQp02Ci3L46fMFEgledj4=";
18 cargoHash = "sha256-RUnT5b9pBcopTPT/1J48xZ4pfn3C0mIuYTDvgf3zvn0=";
21 description = "Chess TUI implementation in rust";
22 homepage = "https://github.com/thomas-mauran/chess-tui";
23 maintainers = with maintainers; [ ByteSudoer ];
24 license = licenses.mit;
25 mainProgram = "chess-tui";