Merge pull request #238778 from otavio/rio-upd

rio: 0.0.6.1-unstable-2023-06-18 -> 0.0.7
This commit is contained in:
Weijia Wang 2023-06-21 00:31:38 +03:00 committed by GitHub
commit 624e4e04ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,16 +39,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "rio";
version = "0.0.6.1-unstable-2023-06-18";
version = "0.0.7";
src = fetchFromGitHub {
owner = "raphamorim";
repo = "rio";
rev = "f3fbe7a020528d2f5ed8beaa3afd900a4c2e83a2";
hash = "sha256-emZqD/vvQHk43E8gTHVczCOni110sCRLMWp9igruYc8=";
rev = "v${version}";
hash = "sha256-SiDYOhwuxksmIp7hvrA3TX1TFB4PsojnOa8FpYvi9q0=";
};
cargoHash = "sha256-1ZQae5IHA+8HwyYGFBy1XPEYR8NAHHrU1JNOMT7T5zA=";
cargoHash = "sha256-A5hMJUHdewhMPcCZ3ogqhQLW7FAmXks8f8l5tTtyBac=";
nativeBuildInputs = [
autoPatchelfHook