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

minesweep-rs: 6.0.34 -> 6.0.35
This commit is contained in:
Nick Cao 2023-10-11 10:08:02 -04:00 committed by GitHub
commit 0a1a688ec9
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.34";
version = "6.0.35";
src = fetchFromGitHub {
owner = "cpcloud";
repo = pname;
rev = "v${version}";
hash = "sha256-qYt4LrSQYFr3C0Mkks5aBOYFp60Y3OjFamXxaD5h+mU=";
hash = "sha256-IxyryBWU4NULjcQtUXHel533JosAmp0d0w/+Ntl2aT0=";
};
cargoHash = "sha256-s2WvRXxEm+/QceHpJA41ZRts6NCcG04kib3L78KwBPg=";
cargoHash = "sha256-BGjxZxT7iypvhusyx6K4yvK1S7j4WlvoSTkb79d/H1s=";
meta = with lib; {
description = "Sweep some mines for fun, and probably not for profit";