diff options
| author | maxine <35892750+amaxine@users.noreply.github.com> | 2024-01-08 15:09:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-08 15:09:20 +0100 |
| commit | 317484b1ead87b9c1b8ac5261a8d2dd748a0492d (patch) | |
| tree | 14a7bd221b6d6952fc5a46da6bb5f57e7dac37f3 | |
| parent | 702762fa4149c3e828e124695416043a9696df38 (diff) | |
| parent | fa07b7c27db4e57f9b598f1f479c6193fff35d76 (diff) | |
Merge pull request #279448 from TornaxO7/bump-rioatomix-20240113-0829
rio: 0.0.33 -> 0.0.34
| -rw-r--r-- | pkgs/applications/terminal-emulators/rio/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/terminal-emulators/rio/default.nix b/pkgs/applications/terminal-emulators/rio/default.nix index 8409ec883c52..afb380134b58 100644 --- a/pkgs/applications/terminal-emulators/rio/default.nix +++ b/pkgs/applications/terminal-emulators/rio/default.nix @@ -51,16 +51,16 @@ let in rustPlatform.buildRustPackage rec { pname = "rio"; - version = "0.0.33"; + version = "0.0.34"; src = fetchFromGitHub { owner = "raphamorim"; repo = "rio"; rev = "v${version}"; - hash = "sha256-/SpSOcxuEL2vsqbZAqbjTgnLhcyr0/ckfvcI1nwkWFg="; + hash = "sha256-UHA2j7NOPBl7qrCu5bWLHjpVgWxlydtj0F7lfAlQZXg="; }; - cargoHash = "sha256-hXO/hdHmYjbwR3Ae5VV/HB1SVp/jhY05fIxi04n7X/Y="; + cargoHash = "sha256-xqLticREnGxsuo2d7d3VaFWbGJ5A1L7GvDwV7qQ61xs="; nativeBuildInputs = [ ncurses |
