Jost Alemann 2025-08-12 20:02:11 +02:00
parent 695d5db1b8
commit 1e3d100a27

View File

@ -20,13 +20,13 @@
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "readest"; pname = "readest";
version = "0.9.69"; version = "0.9.71";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "readest"; owner = "readest";
repo = "readest"; repo = "readest";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-dbGGxkv3Fcabu7nsEEgYVstgoMfUEVnucmawKWgCVUw="; hash = "sha256-Pk2R4t0le+F8Q1km/eTFcwyyMxMVgcAI+19cT53xGFs=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -40,7 +40,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
pnpmDeps = pnpm_9.fetchDeps { pnpmDeps = pnpm_9.fetchDeps {
inherit (finalAttrs) pname version src; inherit (finalAttrs) pname version src;
fetcherVersion = 1; fetcherVersion = 1;
hash = "sha256-0wcmtCMTVmJU8yxpdi2decnFmKdbCl2grNlZ/FyKx8I="; hash = "sha256-EF7HCSxgL/6a45yaKboe812LxCtnvTF2XGVD1AfmoUc=";
}; };
pnpmRoot = "../.."; pnpmRoot = "../..";