Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ri/rio/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "rio";
version = "0.1.17";
version = "0.2.3";

src = fetchFromGitHub {
owner = "raphamorim";
repo = "rio";
rev = "v${version}";
hash = "sha256-10E7tIuix0BGKFbADLhcReRC01FXV/dBivJjfSe/X/c=";
hash = "sha256-wJH4Jg/1uPf+5uTB536W/KLladngSFBthLLuNWyQUr0=";
};

cargoHash = "sha256-yGOvY5+ThSey/k8ilTTC0CzaOIJtc4hDYmdrHJC3HyE=";
cargoHash = "sha256-e4ybDSFnM8Py/FWVCZA2sDIG4dFPHgsoF2iwWVo8GPk=";

nativeBuildInputs =
[
Expand Down

0 comments on commit b664df5

Please sign in to comment.