about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorIcy-Thought <icy-thought@pm.me>2023-08-30 22:49:10 +0200
committerIcy-Thought <icy-thought@pm.me>2023-08-30 22:49:10 +0200
commit8ee88235bfeaa23d4f9e4455271b6686760be2c0 (patch)
treeb8877c251343af1d5ad334bf989000bda2b6be0f /pkgs/applications/terminal-emulators
parent5e8f0db591127aa0e616e1d1b18d933b87b40dde (diff)
rio: 0.0.16 -> 0.0.18
Diffstat (limited to 'pkgs/applications/terminal-emulators')
-rw-r--r--pkgs/applications/terminal-emulators/rio/default.nix6
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 3029adbd817b3..0de46add83140 100644
--- a/pkgs/applications/terminal-emulators/rio/default.nix
+++ b/pkgs/applications/terminal-emulators/rio/default.nix
@@ -43,16 +43,16 @@ let
 in
 rustPlatform.buildRustPackage rec {
   pname = "rio";
-  version = "0.0.16";
+  version = "0.0.18";
 
   src = fetchFromGitHub {
     owner = "raphamorim";
     repo = "rio";
     rev = "v${version}";
-    hash = "sha256-jyfobmwDCsvhpKcAD0ivxfRENaTVjjauRBMDNPgvjVY=";
+    hash = "sha256-/zqJQQLpwYil4BBZJDMMC8JRAEG0vGeG0dCDzLzPk/o=";
   };
 
-  cargoHash = "sha256-efMw07KH8Nic76MWTyf16Gg/8PyM9gZKSNs5cuIKBJQ=";
+  cargoHash = "sha256-jev4fMwCygVzvrkI1nSE5tx59nGqNKQUHCNHvkr9R90=";
 
   nativeBuildInputs = [
     autoPatchelfHook