minesweep-rs: 6.0.19 -> 6.0.27

This commit is contained in:
R. Ryantm 2023-08-20 13:44:18 +00:00
parent f03d4e0eec
commit 37ad14aab6

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "minesweep-rs"; pname = "minesweep-rs";
version = "6.0.19"; version = "6.0.27";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cpcloud"; owner = "cpcloud";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-dFY+t6MVRdbp0z5mbnREd/t6v1D+7g/vD+K8mcJvn9E="; hash = "sha256-z94mKAboLs6fi+RKfwijm2RDpO729uJoSlxSzBdrkRI=";
}; };
cargoHash = "sha256-mLRD5Z/ZzfT1BFFSyYmJkY98vMY/Elt3Gy0SboCpzec="; cargoHash = "sha256-IRWPjOUV3ElXPNYCRvQQAw74YBtEnTHtrWDYHO/eDNE=";
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";