Skip to content

Commit

Permalink
rio: 0.1.17 -> 0.2.3 (#359621)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jan 18, 2025
2 parents a185fbd + 178ee76 commit 26b33b8
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 @@ -53,16 +53,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "rio";
version = "0.1.17";
version = "0.2.4";

src = fetchFromGitHub {
owner = "raphamorim";
repo = "rio";
rev = "v${version}";
hash = "sha256-10E7tIuix0BGKFbADLhcReRC01FXV/dBivJjfSe/X/c=";
hash = "sha256-dH/r6Bumis8WOM/c/FAvFD2QYuMeHWOMQuU6zLWrlaM=";
};

cargoHash = "sha256-yGOvY5+ThSey/k8ilTTC0CzaOIJtc4hDYmdrHJC3HyE=";
cargoHash = "sha256-ERB8l5WCgk6oLLWcI99mfGrWIQvsHH4bhaaCS3VqQTs=";

nativeBuildInputs =
[
Expand Down

0 comments on commit 26b33b8

Please sign in to comment.