We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2450a1e commit 6b771c4Copy full SHA for 6b771c4
pkgs/by-name/ri/rio/package.nix
@@ -53,17 +53,17 @@ let
53
in
54
rustPlatform.buildRustPackage rec {
55
pname = "rio";
56
- version = "0.2.14";
+ version = "0.2.16";
57
58
src = fetchFromGitHub {
59
owner = "raphamorim";
60
repo = "rio";
61
rev = "v${version}";
62
- hash = "sha256-ymu2t6J8s9SSGCc17ogNclVPgbQUeEJEqiR70LVsM9Q=";
+ hash = "sha256-m2DAJ8kSD5Z13ycMQGz1RHrarnObhHl9wrXxG+kaaZk=";
63
};
64
65
useFetchCargoVendor = true;
66
- cargoHash = "sha256-MXQDlA8FHZdgLmQtO6iFkxwftnq8EpIvprrO6zPK9BM=";
+ cargoHash = "sha256-heitZrB+LDQ8sWDCYjK31GiajUC6x4T/f4+G3YcyX1Q=";
67
68
nativeBuildInputs =
69
[
0 commit comments