Skip to content

Commit 9fc9076

Browse files
readest: 0.9.43 -> 0.9.51; disable telemetry (#411465)
2 parents 5079aac + 781b5ab commit 9fc9076

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 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.51";
2424

2525
src = fetchFromGitHub {
2626
owner = "readest";
2727
repo = "readest";
2828
tag = "v${finalAttrs.version}";
29-
hash = "sha256-9ACeMGbOpa3Nh6NQIGckcI2oYNjtQ1pE4Zn++qcE0tM=";
29+
hash = "sha256-UJ4H+pBR+EWr2O34WUmbF2rd3pTVssE/8b9iO9bbx7Y=";
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 = "../..";
@@ -60,7 +60,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
6060
--replace-fail '"Readest"' '"readest"'
6161
jq 'del(.plugins."deep-link")' src-tauri/tauri.conf.json | sponge src-tauri/tauri.conf.json
6262
substituteInPlace src/services/constants.ts \
63-
--replace-fail "autoCheckUpdates: true" "autoCheckUpdates: false"
63+
--replace-fail "autoCheckUpdates: true" "autoCheckUpdates: false" \
64+
--replace-fail "telemetryEnabled: true" "telemetryEnabled: false"
6465
'';
6566

6667
nativeBuildInputs = [

0 commit comments

Comments
 (0)