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.
2 parents 76aef7a + 5d2ecbe commit ab43e1cCopy full SHA for ab43e1c
pkgs/by-name/ri/rio/package.nix
@@ -53,16 +53,16 @@ let
53
in
54
rustPlatform.buildRustPackage (finalAttrs: {
55
pname = "rio";
56
- version = "0.2.23";
+ version = "0.2.24";
57
58
src = fetchFromGitHub {
59
owner = "raphamorim";
60
repo = "rio";
61
tag = "v${finalAttrs.version}";
62
- hash = "sha256-hhKlXuhv0PP8/xCIZ0lFGtCYCzOzH0gUeh48GdKpG6A=";
+ hash = "sha256-djKDi4ysRWtoMabJkEZ3jQ8hAE9JISi/ivjSFZmAwLY=";
63
};
64
65
- cargoHash = "sha256-+pfudGeWq4EARQDu+HAZczWlzStuzDPArMm1oCZGfKU=";
+ cargoHash = "sha256-cdMIbip5fjDHewh/HiYzb/3QVRXUH7OeRQO+zfuGw6Q=";
66
67
nativeBuildInputs = [
68
ncurses
0 commit comments