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

minesweep-rs: 6.0.31 -> 6.0.34
This commit is contained in:
Nick Cao 2023-10-04 09:54:33 -04:00 committed by GitHub
commit 9c59ea6e75
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.31";
version = "6.0.34";
src = fetchFromGitHub {
owner = "cpcloud";
repo = pname;
rev = "v${version}";
hash = "sha256-1jC2tudU5epMOzDR//yjSLNe+5nWzqhWDD2Zxdn5+F4=";
hash = "sha256-qYt4LrSQYFr3C0Mkks5aBOYFp60Y3OjFamXxaD5h+mU=";
};
cargoHash = "sha256-qH464zNpI/Y5SXplTwhPu9TjbqfExQYs/Lh75lPUoh4=";
cargoHash = "sha256-s2WvRXxEm+/QceHpJA41ZRts6NCcG04kib3L78KwBPg=";
meta = with lib; {
description = "Sweep some mines for fun, and probably not for profit";