about summary refs log tree commit diff
path: root/pkgs/tools/text/morsel
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-08-14 12:14:35 +0800
committerAaron Jheng <wentworth@outlook.com>2023-08-14 12:14:35 +0800
commit9fffd676fc13da448189e378569148f31e3d1172 (patch)
tree4947db9dbef11b49a83dfefcb9d861bf3142d8c3 /pkgs/tools/text/morsel
parentd6c77843e1c283d522c101de0f959f2eba85adde (diff)
morsel: 0.1.0 -> 0.1.1
Diffstat (limited to 'pkgs/tools/text/morsel')
-rw-r--r--pkgs/tools/text/morsel/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/morsel/default.nix b/pkgs/tools/text/morsel/default.nix
index dc0fa9ef9b298..b761b03e83d0b 100644
--- a/pkgs/tools/text/morsel/default.nix
+++ b/pkgs/tools/text/morsel/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "morsel";
-  version = "0.1.0";
+  version = "0.1.1";
 
   src = fetchFromGitHub {
     owner = "SamLee514";
     repo = "morsel";
     rev = "v${version}";
-    sha256 = "sha256-m4bCni/9rMTPhZSogpd5+ARrW11TPHSvQpdz3wUr9H4=";
+    hash = "sha256-bb+88GIyd92kHJAs25mJ9vmq0Ha2q0fdHnpTXhX2BFE=";
   };
 
-  cargoSha256 = "sha256-2xR2/013ocDKWS1oWitpAbSDPRwEJJqFcCIm6ZQpCoc=";
+  cargoHash = "sha256-XRl71n+rV6MTQMz957K5/25SX9HvYVW6qAuHTdfRLLs=";
 
   meta = with lib; {
     description = "Command line tool to translate morse code input to text in real time";