6 rustPlatform.buildRustPackage rec {
7 pname = "minesweep-rs";
10 src = fetchFromGitHub {
14 hash = "sha256-FzMCqsPBcbblItRzfnY43glY4We9jk0eBxjG0SZnau8=";
17 cargoHash = "sha256-VjIn4k/OuxsXLJ2LOk43LKHo0PrPyMigNOO2VVYZQYw=";
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;