Skip to content

Commit

Permalink
(rio): 0.2.2 -> 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
soanvig committed Jan 14, 2025
1 parent 8690fe0 commit 0f7d026
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.2.2";
version = "0.2.3";

src = fetchFromGitHub {
owner = "raphamorim";
repo = "rio";
rev = "v${version}";
hash = "sha256-APKUjVJQ4rk+6etNNpI+/zYLIUrFPT7rqTjTBv0UH1w=";
rev = "v0.2.3";
hash = "sha256-wJH4Jg/1uPf+5uTB536W/KLladngSFBthLLuNWyQUr0=";
};

cargoHash = "sha256-ZZbqPT7vuK9pnXB2Ogy9LH2XLhJR7owSR55eK0baU7M=";
cargoHash = "sha256-e4ybDSFnM8Py/FWVCZA2sDIG4dFPHgsoF2iwWVo8GPk=";

nativeBuildInputs =
[
Expand Down

0 comments on commit 0f7d026

Please sign in to comment.