Merge pull request #253092 from r-ryantm/auto-update/minesweep-rs

minesweep-rs: 6.0.27 -> 6.0.29
This commit is contained in:
Thiago Kenji Okada 2023-09-03 15:12:07 +00:00 committed by GitHub
commit d8cf957616
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "minesweep-rs";
version = "6.0.27";
version = "6.0.29";
src = fetchFromGitHub {
owner = "cpcloud";
repo = pname;
rev = "v${version}";
hash = "sha256-z94mKAboLs6fi+RKfwijm2RDpO729uJoSlxSzBdrkRI=";
hash = "sha256-PgZ9fL+g2X3CddPVD/JRrIFbw7GS73ELD3EhhR9BAUc=";
};
cargoHash = "sha256-IRWPjOUV3ElXPNYCRvQQAw74YBtEnTHtrWDYHO/eDNE=";
cargoHash = "sha256-c06TfslXGAshR1HXz6PCI26DMpFsb6OrzQ38p4RgsAw=";
meta = with lib; {
description = "Sweep some mines for fun, and probably not for profit";