Skip to content

Commit

Permalink
Merge pull request #279448 from TornaxO7/bump-rio
Browse files Browse the repository at this point in the history
rio: 0.0.33 -> 0.0.34
  • Loading branch information
amaxine committed Jan 8, 2024
2 parents 702762f + fa07b7c commit 317484b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/terminal-emulators/rio/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 317484b

Please sign in to comment.