readest: 0.9.69 -> 0.9.71
Changelog: https://github.com/readest/readest/releases/tag/v0.9.71 Diff: https://github.com/readest/readest/compare/v0.9.69...v0.9.71
This commit is contained in:
parent
695d5db1b8
commit
1e3d100a27
@ -20,13 +20,13 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "readest";
|
||||
version = "0.9.69";
|
||||
version = "0.9.71";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "readest";
|
||||
repo = "readest";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-dbGGxkv3Fcabu7nsEEgYVstgoMfUEVnucmawKWgCVUw=";
|
||||
hash = "sha256-Pk2R4t0le+F8Q1km/eTFcwyyMxMVgcAI+19cT53xGFs=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
@ -40,7 +40,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pnpmDeps = pnpm_9.fetchDeps {
|
||||
inherit (finalAttrs) pname version src;
|
||||
fetcherVersion = 1;
|
||||
hash = "sha256-0wcmtCMTVmJU8yxpdi2decnFmKdbCl2grNlZ/FyKx8I=";
|
||||
hash = "sha256-EF7HCSxgL/6a45yaKboe812LxCtnvTF2XGVD1AfmoUc=";
|
||||
};
|
||||
|
||||
pnpmRoot = "../..";
|
||||
|
Loading…
x
Reference in New Issue
Block a user