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

minesweep-rs: 6.0.29 -> 6.0.31
This commit is contained in:
Mario Rodas 2023-09-12 23:25:13 -05:00 committed by GitHub
commit 2c03b31223
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.29";
version = "6.0.31";
src = fetchFromGitHub {
owner = "cpcloud";
repo = pname;
rev = "v${version}";
hash = "sha256-PgZ9fL+g2X3CddPVD/JRrIFbw7GS73ELD3EhhR9BAUc=";
hash = "sha256-1jC2tudU5epMOzDR//yjSLNe+5nWzqhWDD2Zxdn5+F4=";
};
cargoHash = "sha256-c06TfslXGAshR1HXz6PCI26DMpFsb6OrzQ38p4RgsAw=";
cargoHash = "sha256-qH464zNpI/Y5SXplTwhPu9TjbqfExQYs/Lh75lPUoh4=";
meta = with lib; {
description = "Sweep some mines for fun, and probably not for profit";