Merge pull request #304578 from r-ryantm/auto-update/chess-tui

chess-tui: 1.2.0 -> 1.2.1
This commit is contained in:
Weijia Wang 2024-04-16 23:50:40 +02:00 committed by GitHub
commit 888ddd6928
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "chess-tui";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "thomas-mauran";
repo = "chess-tui";
rev = "${version}";
hash = "sha256-If2xShHuqdCeasP12ZzwvGJSIKFmqJs0Hv1fBhJKoU4=";
hash = "sha256-LtxaZ/7p/lqStoUmckVVaegQp02Ci3L46fMFEgledj4=";
};
cargoHash = "sha256-TT4lVAttlT3knufMslSVxInn9QM0QJ9jyklzwhRikWA=";
cargoHash = "sha256-RUnT5b9pBcopTPT/1J48xZ4pfn3C0mIuYTDvgf3zvn0=";
meta = with lib;{
description = "A chess TUI implementation in rust";