Skip to content

Commit 317484b

Browse files
authored
Merge pull request #279448 from TornaxO7/bump-rio
rio: 0.0.33 -> 0.0.34
2 parents 702762f + fa07b7c commit 317484b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/terminal-emulators/rio/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ let
5151
in
5252
rustPlatform.buildRustPackage rec {
5353
pname = "rio";
54-
version = "0.0.33";
54+
version = "0.0.34";
5555

5656
src = fetchFromGitHub {
5757
owner = "raphamorim";
5858
repo = "rio";
5959
rev = "v${version}";
60-
hash = "sha256-/SpSOcxuEL2vsqbZAqbjTgnLhcyr0/ckfvcI1nwkWFg=";
60+
hash = "sha256-UHA2j7NOPBl7qrCu5bWLHjpVgWxlydtj0F7lfAlQZXg=";
6161
};
6262

63-
cargoHash = "sha256-hXO/hdHmYjbwR3Ae5VV/HB1SVp/jhY05fIxi04n7X/Y=";
63+
cargoHash = "sha256-xqLticREnGxsuo2d7d3VaFWbGJ5A1L7GvDwV7qQ61xs=";
6464

6565
nativeBuildInputs = [
6666
ncurses

0 commit comments

Comments
 (0)