minesweep-rs: 6.0.31 -> 6.0.34

This commit is contained in:
R. Ryantm
2023-10-04 11:06:29 +00:00
parent 0aa8bd2dd9
commit ca3fa66bbb

View File

@@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "minesweep-rs"; pname = "minesweep-rs";
version = "6.0.31"; version = "6.0.34";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cpcloud"; owner = "cpcloud";
repo = pname; repo = pname;
rev = "v${version}"; 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; { meta = with lib; {
description = "Sweep some mines for fun, and probably not for profit"; description = "Sweep some mines for fun, and probably not for profit";