From 9fffd676fc13da448189e378569148f31e3d1172 Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Mon, 14 Aug 2023 12:14:35 +0800 Subject: [PATCH] morsel: 0.1.0 -> 0.1.1 --- pkgs/tools/text/morsel/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/text/morsel/default.nix b/pkgs/tools/text/morsel/default.nix index dc0fa9ef9b29..b761b03e83d0 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";