mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
Merge pull request #242424 from r-ryantm/auto-update/minesweep-rs
minesweep-rs: 6.0.11 -> 6.0.13
This commit is contained in:
commit
4ddf98349c
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "minesweep-rs";
|
pname = "minesweep-rs";
|
||||||
version = "6.0.11";
|
version = "6.0.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cpcloud";
|
owner = "cpcloud";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-jGg6GrPDPOWvIQiZ9UJbGHLaxTxSV7EvqIcEoGrfRZ0=";
|
hash = "sha256-vr6tfwTIDuMyyeWTPeH71ECf4PqI2+5s1Lb45Cavr+4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-IKf44wCCzXcasuimnAwnEhJGmag67rGxQE7+rBEUVOI=";
|
cargoHash = "sha256-KHmZ37wnz8Z2dz78tiovqhNIiPcb5WBzk9plPNM/gqU=";
|
||||||
|
|
||||||
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user