rio: 0.2.4 -> 0.2.5

This commit is contained in:
R. Ryantm
2025-02-03 06:00:49 +00:00
parent 6319929dc6
commit 218831d23e
+3 -3
View File
@@ -53,16 +53,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "rio";
version = "0.2.4";
version = "0.2.5";
src = fetchFromGitHub {
owner = "raphamorim";
repo = "rio";
rev = "v${version}";
hash = "sha256-dH/r6Bumis8WOM/c/FAvFD2QYuMeHWOMQuU6zLWrlaM=";
hash = "sha256-GyHwYvhqRX2ENaytLB/NrJv2wFbpPrZpQd5OW53ZgRw=";
};
cargoHash = "sha256-ERB8l5WCgk6oLLWcI99mfGrWIQvsHH4bhaaCS3VqQTs=";
cargoHash = "sha256-67lQswXg9uuIF4CzRKje4NWQdZjlY9EsGvNoFzz159Q=";
nativeBuildInputs =
[