Loading pkgs/by-name/re/readest/package.nix +3 −5 Original line number Diff line number Diff line Loading @@ -20,13 +20,13 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "readest"; version = "0.9.63"; version = "0.9.64"; src = fetchFromGitHub { owner = "readest"; repo = "readest"; tag = "v${finalAttrs.version}"; hash = "sha256-xI3gKRbL4WtDDPT1lqjyVYquf7fVPWpPptv2/+1+J/A="; hash = "sha256-J3AqZIbpf/B0KMFjjNRq97E5OWPt7wJvIlDdfb4sbvU="; fetchSubmodules = true; }; Loading @@ -40,7 +40,7 @@ rustPlatform.buildRustPackage (finalAttrs: { pnpmDeps = pnpm_9.fetchDeps { inherit (finalAttrs) pname version src; fetcherVersion = 1; hash = "sha256-lez75n3dIM4efpP+qPuDteCfMnC6wPD+L2173iJbTZM="; hash = "sha256-nWDMtQZE+96gnvEwtp84iOcbfMAjnqKZK0cgQuh4+k8="; }; pnpmRoot = "../.."; Loading @@ -54,8 +54,6 @@ rustPlatform.buildRustPackage (finalAttrs: { buildAndTestSubdir = "src-tauri"; postPatch = '' substituteInPlace src-tauri/Cargo.toml \ --replace-fail '"devtools"' '"devtools", "rustls-tls"' substituteInPlace src-tauri/tauri.conf.json \ --replace-fail '"createUpdaterArtifacts": true' '"createUpdaterArtifacts": false' \ --replace-fail '"Readest"' '"readest"' Loading Loading
pkgs/by-name/re/readest/package.nix +3 −5 Original line number Diff line number Diff line Loading @@ -20,13 +20,13 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "readest"; version = "0.9.63"; version = "0.9.64"; src = fetchFromGitHub { owner = "readest"; repo = "readest"; tag = "v${finalAttrs.version}"; hash = "sha256-xI3gKRbL4WtDDPT1lqjyVYquf7fVPWpPptv2/+1+J/A="; hash = "sha256-J3AqZIbpf/B0KMFjjNRq97E5OWPt7wJvIlDdfb4sbvU="; fetchSubmodules = true; }; Loading @@ -40,7 +40,7 @@ rustPlatform.buildRustPackage (finalAttrs: { pnpmDeps = pnpm_9.fetchDeps { inherit (finalAttrs) pname version src; fetcherVersion = 1; hash = "sha256-lez75n3dIM4efpP+qPuDteCfMnC6wPD+L2173iJbTZM="; hash = "sha256-nWDMtQZE+96gnvEwtp84iOcbfMAjnqKZK0cgQuh4+k8="; }; pnpmRoot = "../.."; Loading @@ -54,8 +54,6 @@ rustPlatform.buildRustPackage (finalAttrs: { buildAndTestSubdir = "src-tauri"; postPatch = '' substituteInPlace src-tauri/Cargo.toml \ --replace-fail '"devtools"' '"devtools", "rustls-tls"' substituteInPlace src-tauri/tauri.conf.json \ --replace-fail '"createUpdaterArtifacts": true' '"createUpdaterArtifacts": false' \ --replace-fail '"Readest"' '"readest"' Loading