about summary refs log tree commit diff
path: root/pkgs/tools/misc/cicero-tui/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-05-19 03:24:13 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-20 14:44:31 -0700
commitd6f68269def98baf4e85a7732c7d8b537c7a716c (patch)
tree602e67ab1e3acd6f9ccdedc08f292f43c3ca27b5 /pkgs/tools/misc/cicero-tui/default.nix
parent44456990614491e6aded8b482acece26e7b05e5e (diff)
cicero-tui: 0.2.0 -> 0.2.1
Diffstat (limited to 'pkgs/tools/misc/cicero-tui/default.nix')
-rw-r--r--pkgs/tools/misc/cicero-tui/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/cicero-tui/default.nix b/pkgs/tools/misc/cicero-tui/default.nix
index dfc79e208ac1b..72721020e129f 100644
--- a/pkgs/tools/misc/cicero-tui/default.nix
+++ b/pkgs/tools/misc/cicero-tui/default.nix
@@ -10,13 +10,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cicero-tui";
-  version = "0.2.0";
+  version = "0.2.1";
 
   src = fetchFromGitHub {
     owner = "eyeplum";
     repo = "cicero-tui";
     rev = "v${version}";
-    sha256 = "sha256-TNNPTKLO5qjSeCxWb7bB4yV1J4Seu+tBKNs0Oav/pPE=";
+    sha256 = "sha256-FwjD+BdRc8y/g5MQLmBB/qkUj33cywbH2wjTp0y0s8A=";
   };
 
   nativeBuildInputs = [
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
     freetype
   ];
 
-  cargoSha256 = "sha256-kzU+i5DLmZULdJPURz10URE5sMUG6eQg0pCoEiyfgco=";
+  cargoSha256 = "sha256-JygEE7K8swbFvJ2aDXs+INhfoLuhy+LY7T8AUr4lgJY=";
 
   meta = with lib; {
     description = "Unicode tool with a terminal user interface";