Skip to content

Commit 575cc27

Browse files
committed
1 parent a0e134a commit 575cc27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/re/readest/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
}:
2222
rustPlatform.buildRustPackage (finalAttrs: {
2323
pname = "readest";
24-
version = "0.9.95";
24+
version = "0.9.96";
2525

2626
src = fetchFromGitHub {
2727
owner = "readest";
2828
repo = "readest";
2929
tag = "v${finalAttrs.version}";
30-
hash = "sha256-0fWxmip7Emu4z4v5VyV0nW9Dj1JvOOLJub1szboawP8=";
30+
hash = "sha256-3PCdcSF9ocDqHzK9P/FJQwch5u5zVLQ3eDNSGJQGSKw=";
3131
fetchSubmodules = true;
3232
};
3333

@@ -42,12 +42,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
4242
inherit (finalAttrs) pname version src;
4343
pnpm = pnpm_9;
4444
fetcherVersion = 1;
45-
hash = "sha256-hYwkPqePFPEdqZ3w0mNvNEypsVL1PKv29LFk7b11zkg=";
45+
hash = "sha256-Ea/J3W3L8vVDlIRY/szaCfcqunjiFU6yL+e8h4c5UHg=";
4646
};
4747

4848
pnpmRoot = "../..";
4949

50-
cargoHash = "sha256-PbWjDvxbbiiKy1UeJx7cUawGampbL5t/Bhb13tirhGc=";
50+
cargoHash = "sha256-AwrA0KXLTSUhLxIJHKU1crVxUxImFOKDRStB48mZfcg=";
5151

5252
cargoRoot = "../..";
5353

0 commit comments

Comments
 (0)