Skip to content

Commit fd05656

Browse files
committed
1 parent 6783cdd commit fd05656

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
rustPlatform.buildRustPackage (finalAttrs: {
2222
pname = "readest";
23-
version = "0.9.43";
23+
version = "0.9.49";
2424

2525
src = fetchFromGitHub {
2626
owner = "readest";
2727
repo = "readest";
2828
tag = "v${finalAttrs.version}";
29-
hash = "sha256-9ACeMGbOpa3Nh6NQIGckcI2oYNjtQ1pE4Zn++qcE0tM=";
29+
hash = "sha256-QvnYLFCL5cX+VIKR29ehzsNPZK/o4A/q1bVFnwLG66I=";
3030
fetchSubmodules = true;
3131
};
3232

@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
3939

4040
pnpmDeps = pnpm_9.fetchDeps {
4141
inherit (finalAttrs) pname version src;
42-
hash = "sha256-ozRDNXWqg0CZ1IgU33C6yJu4e05010jsHeTdIVhB72M=";
42+
hash = "sha256-Bd+7MHYBMo4N7UpwkXGmk4oQBbyBMJOtnv6iTVQgn64=";
4343
};
4444

4545
pnpmRoot = "../..";

0 commit comments

Comments
 (0)