File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2020
2121rustPlatform . 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 = [
You can’t perform that action at this time.
0 commit comments