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

minesweep-rs: 6.0.39 -> 6.0.41
This commit is contained in:
Emily Trau 2023-12-17 14:04:23 +11:00 committed by GitHub
commit df01f21fa3
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.39";
version = "6.0.41";
src = fetchFromGitHub {
owner = "cpcloud";
repo = pname;
rev = "v${version}";
hash = "sha256-gV+16gxXfogHFFAXz/aG+D/uaXbZTgVjYK24QQizQ0c=";
hash = "sha256-j72ragB4cwFGX08Zlz8eF3j+3dp7JZ64oJ461JoLIrU=";
};
cargoHash = "sha256-D6HnpXxixmVugbjr5pMYZiVeGLgje41k3n3xic6Ecps=";
cargoHash = "sha256-QtAuUNhBIMz+j6h2DVLDxxWk8iMXy8G2pinS8115qr4=";
meta = with lib; {
description = "Sweep some mines for fun, and probably not for profit";