Skip to content

Commit a58fbf9

Browse files
authored
rio: 0.2.7 -> 0.2.8 (#386342)
2 parents ee911ff + c78f8a4 commit a58fbf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ri/rio/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ let
5353
in
5454
rustPlatform.buildRustPackage rec {
5555
pname = "rio";
56-
version = "0.2.7";
56+
version = "0.2.8";
5757

5858
src = fetchFromGitHub {
5959
owner = "raphamorim";
6060
repo = "rio";
6161
rev = "v${version}";
62-
hash = "sha256-OUiEqfh08q/VnX08w7uRDsKMPq5ZBxcZ8jIz/eYVf8k=";
62+
hash = "sha256-1sX2V00irRhxiBoAu/Xx98YWDwkqMxXyEAFLboDxUo8=";
6363
};
6464

6565
useFetchCargoVendor = true;
66-
cargoHash = "sha256-OQ+nDdq4H291jLgWLLov2XVwOOErpiJPuDBUKR67blw=";
66+
cargoHash = "sha256-HDG3JokPcOds2wGjTelhUSE33dpcp4k5yZyRMZZQJEc=";
6767

6868
nativeBuildInputs =
6969
[

0 commit comments

Comments
 (0)