Skip to content

Commit

Permalink
rio: 0.1.8 -> 0.1.10 (#338195)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Aug 29, 2024
2 parents 38931f6 + 0532e4c commit 3ecb81e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/terminal-emulators/rio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "rio";
version = "0.1.8";
version = "0.1.10";

src = fetchFromGitHub {
owner = "raphamorim";
repo = "rio";
rev = "refs/tags/v${version}";
hash = "sha256-NLvCLyIts3NoSqbR9PIhXj3GCeURrBXXv/zVgZecfNQ=";
hash = "sha256-S42is3wqjBvYgysQ6yDUAn7ZEy9xJBmQD/emYAQfCkw=";
};

cargoHash = "sha256-TvNmTI3At2ezsdEOd5mAc6uUQXgGP47d0AMVVUUJr/A=";
cargoHash = "sha256-ILX3xrcz3tMnl7mUrwUAXv9ffaZKjSoSf8cZVQB10zk=";

nativeBuildInputs = [
ncurses
Expand Down

0 comments on commit 3ecb81e

Please sign in to comment.