10 rustPlatform.buildRustPackage rec {
12 version = "0.1.0-alpha.5";
14 src = fetchFromGitHub {
18 sha256 = "02glb3hlprpdc72ji0248a7g0vr36yxr0gfbbms2m25v251dyaa6";
21 cargoSha256 = "sha256-Tiefet5gLpiuYY6Scg5fjnaPiZfVl5Gy2oZFdhgNRxY=";
23 buildInputs = lib.optionals stdenv.isDarwin [
30 description = "A cross-platform TUI database management tool written in Rust";
31 homepage = "https://github.com/tako8ki/gobang";
32 license = licenses.mit;
33 maintainers = with maintainers; [ figsoda ];