3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #191754 from r-ryantm/auto-update/cicero-tui

cicero-tui: 0.3.0 -> 0.4.0
This commit is contained in:
Jonas Heinrich 2022-09-19 10:01:28 +02:00 committed by GitHub
commit b351e7e7af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cicero-tui"; pname = "cicero-tui";
version = "0.3.0"; version = "0.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eyeplum"; owner = "eyeplum";
repo = "cicero-tui"; repo = "cicero-tui";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-5/yH5ZK/JgMsRUcJ0qQEShEqxrtKJa+P6pcHAn5Jx0c="; sha256 = "sha256-2raSkIycXCdT/TSlaQviI6Eql7DONgRVsPP2B2YuW8U=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
freetype freetype
]; ];
cargoSha256 = "sha256-AraisWGTPEj+tHcLonEwfevBu+mMTPkq3O9zNYgI9X8="; cargoSha256 = "sha256-w+E4UG7NC+HwsYwz90qO7WME5vhtO1GXWozssrLFEms=";
meta = with lib; { meta = with lib; {
description = "Unicode tool with a terminal user interface"; description = "Unicode tool with a terminal user interface";