about summary refs log tree commit diff
path: root/pkgs/by-name/ch
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-16 16:03:21 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-16 16:03:21 +0000
commitd2a5fa0d55dc88b561fefefd334c6b921b439a10 (patch)
tree449f3b2d0b6c3e85c1f9e5999a82df3d903c12bd /pkgs/by-name/ch
parent81a5d0fcbbb9c68f8ce08059123487d1a4b4d69d (diff)
chess-tui: 1.2.0 -> 1.2.1
Diffstat (limited to 'pkgs/by-name/ch')
-rw-r--r--pkgs/by-name/ch/chess-tui/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ch/chess-tui/package.nix b/pkgs/by-name/ch/chess-tui/package.nix
index d37e1956bc8f1..63ff6b8fc3e78 100644
--- a/pkgs/by-name/ch/chess-tui/package.nix
+++ b/pkgs/by-name/ch/chess-tui/package.nix
@@ -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";