Skip to content

Commit ab43e1c

Browse files
Sigmanificientcolemickens
authored andcommitted
rio: 0.2.23 -> 0.2.24 (NixOS#430495)
2 parents 76aef7a + 5d2ecbe commit ab43e1c

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,16 +53,16 @@ let
5353
in
5454
rustPlatform.buildRustPackage (finalAttrs: {
5555
pname = "rio";
56-
version = "0.2.23";
56+
version = "0.2.24";
5757

5858
src = fetchFromGitHub {
5959
owner = "raphamorim";
6060
repo = "rio";
6161
tag = "v${finalAttrs.version}";
62-
hash = "sha256-hhKlXuhv0PP8/xCIZ0lFGtCYCzOzH0gUeh48GdKpG6A=";
62+
hash = "sha256-djKDi4ysRWtoMabJkEZ3jQ8hAE9JISi/ivjSFZmAwLY=";
6363
};
6464

65-
cargoHash = "sha256-+pfudGeWq4EARQDu+HAZczWlzStuzDPArMm1oCZGfKU=";
65+
cargoHash = "sha256-cdMIbip5fjDHewh/HiYzb/3QVRXUH7OeRQO+zfuGw6Q=";
6666

6767
nativeBuildInputs = [
6868
ncurses

0 commit comments

Comments
 (0)