minesweep-rs: 6.0.52 -> 6.0.54

This commit is contained in:
R. Ryantm 2024-02-12 09:44:16 +00:00
parent 4477ea4df7
commit 54b97cbffa

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "minesweep-rs"; pname = "minesweep-rs";
version = "6.0.52"; version = "6.0.54";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cpcloud"; owner = "cpcloud";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-XSB0SrZCXnIeZGYAc/MEWe+rM5D36jkM2MJjx64r/bU="; hash = "sha256-FzMCqsPBcbblItRzfnY43glY4We9jk0eBxjG0SZnau8=";
}; };
cargoHash = "sha256-zSEJsUKLfjZVZxQBtbUflYv4FXUpFCrAGI+6YUJrNnI="; cargoHash = "sha256-VjIn4k/OuxsXLJ2LOk43LKHo0PrPyMigNOO2VVYZQYw=";
meta = with lib; { meta = with lib; {
description = "Sweep some mines for fun, and probably not for profit"; description = "Sweep some mines for fun, and probably not for profit";