We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 702762f + fa07b7c commit 317484bCopy full SHA for 317484b
pkgs/applications/terminal-emulators/rio/default.nix
@@ -51,16 +51,16 @@ let
51
in
52
rustPlatform.buildRustPackage rec {
53
pname = "rio";
54
- version = "0.0.33";
+ version = "0.0.34";
55
56
src = fetchFromGitHub {
57
owner = "raphamorim";
58
repo = "rio";
59
rev = "v${version}";
60
- hash = "sha256-/SpSOcxuEL2vsqbZAqbjTgnLhcyr0/ckfvcI1nwkWFg=";
+ hash = "sha256-UHA2j7NOPBl7qrCu5bWLHjpVgWxlydtj0F7lfAlQZXg=";
61
};
62
63
- cargoHash = "sha256-hXO/hdHmYjbwR3Ae5VV/HB1SVp/jhY05fIxi04n7X/Y=";
+ cargoHash = "sha256-xqLticREnGxsuo2d7d3VaFWbGJ5A1L7GvDwV7qQ61xs=";
64
65
nativeBuildInputs = [
66
ncurses
0 commit comments