Merge pull request #335474 from r-ryantm/auto-update/rio

rio: 0.1.1 -> 0.1.7

authored by Thiago Kenji Okada and committed by GitHub e81df373 de2d1ba8

+3 -3
+3 -3
pkgs/applications/terminal-emulators/rio/default.nix
··· 55 in 56 rustPlatform.buildRustPackage rec { 57 pname = "rio"; 58 - version = "0.1.1"; 59 60 src = fetchFromGitHub { 61 owner = "raphamorim"; 62 repo = "rio"; 63 rev = "refs/tags/v${version}"; 64 - hash = "sha256-Hll9QpCN0/NDJ3tgJFnmNjfIotppGg5/BrHMxGmxOTo="; 65 }; 66 67 - cargoHash = "sha256-yyxJi0kK2d2I+9GncYHcRKbdngYSltDjsTuChqaDG/U="; 68 69 nativeBuildInputs = [ 70 ncurses
··· 55 in 56 rustPlatform.buildRustPackage rec { 57 pname = "rio"; 58 + version = "0.1.7"; 59 60 src = fetchFromGitHub { 61 owner = "raphamorim"; 62 repo = "rio"; 63 rev = "refs/tags/v${version}"; 64 + hash = "sha256-3isj4FvzJpheUi12oQRNBvOxR8daL/J4RUOGgYLeBXQ="; 65 }; 66 67 + cargoHash = "sha256-T+lXgNsMmq6cvsNe96R3F13SbboRAdd11UHumksqx4A="; 68 69 nativeBuildInputs = [ 70 ncurses