rio: 0.0.27 -> 0.0.28

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2023-11-30 18:17:43 +00:00
parent 85306ef247
commit b06b8857e0
2 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ let tests = {
rio.pkg = p: p.rio;
rio.cmd = "rio -e $command";
rio.pinkValue = "#FF1261";
rio.colourTest = false; # the rendering is changing too much so colors change every release.
roxterm.pkg = p: p.roxterm;
roxterm.cmd = "roxterm -e $command";

View File

@ -49,16 +49,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "rio";
version = "0.0.27";
version = "0.0.28";
src = fetchFromGitHub {
owner = "raphamorim";
repo = "rio";
rev = "v${version}";
hash = "sha256-q3Wq7jIYE4g1uPAlpzNWvwUvMy9eN6NQNmPNC4cFmYg=";
hash = "sha256-OkJYGX/yWOUb4cDwacDgDRgzc/fkAnNcCzUrHimiVgM=";
};
cargoHash = "sha256-SP85se+H4jL/cXyvfbFS2lxpNSjuptAIPs3/htcrMcw=";
cargoHash = "sha256-vcIv3EGM8LEdg//FM/d+gDLLQFWukEE1/wfLVTXqN9w=";
nativeBuildInputs = [
ncurses