readest: 0.9.51 -> 0.9.52
Changelog: https://github.com/readest/readest/releases/tag/v0.9.52 Diff: https://github.com/readest/readest/compare/v0.9.51...v0.9.52
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "readest";
|
||||
version = "0.9.51";
|
||||
version = "0.9.52";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "readest";
|
||||
repo = "readest";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-UJ4H+pBR+EWr2O34WUmbF2rd3pTVssE/8b9iO9bbx7Y=";
|
||||
hash = "sha256-oX7rKSeCjwMMD0XJxvO9XhL3GPdSrs2pXIAlPY9qXco=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
pnpmDeps = pnpm_9.fetchDeps {
|
||||
inherit (finalAttrs) pname version src;
|
||||
hash = "sha256-Bd+7MHYBMo4N7UpwkXGmk4oQBbyBMJOtnv6iTVQgn64=";
|
||||
hash = "sha256-eht22pRiADn6BpofB+3CXDNYbSuwYddWO8iNIszksn8=";
|
||||
};
|
||||
|
||||
pnpmRoot = "../..";
|
||||
|
||||
Reference in New Issue
Block a user