morsel: 0.1.0 -> 0.1.1

+3 -3
+3 -3
pkgs/tools/text/morsel/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "morsel"; 5 - version = "0.1.0"; 6 7 src = fetchFromGitHub { 8 owner = "SamLee514"; 9 repo = "morsel"; 10 rev = "v${version}"; 11 - sha256 = "sha256-m4bCni/9rMTPhZSogpd5+ARrW11TPHSvQpdz3wUr9H4="; 12 }; 13 14 - cargoSha256 = "sha256-2xR2/013ocDKWS1oWitpAbSDPRwEJJqFcCIm6ZQpCoc="; 15 16 meta = with lib; { 17 description = "Command line tool to translate morse code input to text in real time";
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "morsel"; 5 + version = "0.1.1"; 6 7 src = fetchFromGitHub { 8 owner = "SamLee514"; 9 repo = "morsel"; 10 rev = "v${version}"; 11 + hash = "sha256-bb+88GIyd92kHJAs25mJ9vmq0Ha2q0fdHnpTXhX2BFE="; 12 }; 13 14 + cargoHash = "sha256-XRl71n+rV6MTQMz957K5/25SX9HvYVW6qAuHTdfRLLs="; 15 16 meta = with lib; { 17 description = "Command line tool to translate morse code input to text in real time";