Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cicero-tui: 0.2.2 -> 0.3.0

+3 -3
+3 -3
pkgs/tools/misc/cicero-tui/default.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "cicero-tui"; 13 - version = "0.2.2"; 13 + version = "0.3.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "eyeplum"; 17 17 repo = "cicero-tui"; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-j/AIuNE5WBNdUeXuKvvc4NqsVVk252tm4KR3w0e6bT8="; 19 + sha256 = "sha256-5/yH5ZK/JgMsRUcJ0qQEShEqxrtKJa+P6pcHAn5Jx0c="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ ··· 29 29 freetype 30 30 ]; 31 31 32 - cargoSha256 = "sha256-yup6hluGF2x+0XDwK+JETyNu4TFNPmqD4Y0Wthxrbcc="; 32 + cargoSha256 = "sha256-AraisWGTPEj+tHcLonEwfevBu+mMTPkq3O9zNYgI9X8="; 33 33 34 34 meta = with lib; { 35 35 description = "Unicode tool with a terminal user interface";