6 rustPlatform.buildRustPackage rec {
7 pname = "minesweep-rs";
10 src = fetchFromGitHub {
14 hash = "sha256-gV+16gxXfogHFFAXz/aG+D/uaXbZTgVjYK24QQizQ0c=";
17 cargoHash = "sha256-D6HnpXxixmVugbjr5pMYZiVeGLgje41k3n3xic6Ecps=";
20 description = "Sweep some mines for fun, and probably not for profit";
21 homepage = "https://github.com/cpcloud/minesweep-rs";
22 license = licenses.asl20;
23 mainProgram = "minesweep";
24 maintainers = with maintainers; [ aleksana ];
25 platforms = platforms.all;