Merge pull request #116397 from r-ryantm/auto-update/cicero-tui
cicero-tui: 0.1.4 -> 0.2.0
This commit is contained in:
commit
c2e781ef27
@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cicero-tui";
|
pname = "cicero-tui";
|
||||||
version = "0.1.4";
|
version = "0.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "eyeplum";
|
owner = "eyeplum";
|
||||||
repo = "cicero-tui";
|
repo = "cicero-tui";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1bz2y37qf9c3fxc73chb42rffdivp5krczhgd9rnwq5r6n6bdgq7";
|
sha256 = "sha256-TNNPTKLO5qjSeCxWb7bB4yV1J4Seu+tBKNs0Oav/pPE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
freetype
|
freetype
|
||||||
];
|
];
|
||||||
|
|
||||||
cargoSha256 = "04359gf9mirczqwh8jv3rf0cc4pp05r8ncqyz0n8r7x5qv77kgcp";
|
cargoSha256 = "sha256-kzU+i5DLmZULdJPURz10URE5sMUG6eQg0pCoEiyfgco=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Unicode tool with a terminal user interface";
|
description = "Unicode tool with a terminal user interface";
|
||||||
|
Loading…
Reference in New Issue
Block a user