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