readest: 0.9.55 -> 0.9.56
Changelog: https://github.com/readest/readest/releases/tag/v0.9.56 Diff: https://github.com/readest/readest/compare/v0.9.55...v0.9.56
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "readest";
|
||||
version = "0.9.55";
|
||||
version = "0.9.56";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "readest";
|
||||
repo = "readest";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-S6S2oC+e6sDBPuuivV7tG4OwYCJQaFtsQ09Vt2vzmgc=";
|
||||
hash = "sha256-XPpEGGDXA1Yag6CLR9xDsZmVtgMkC1cFCxaweG9RLKk=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
@@ -39,14 +39,14 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
pnpmDeps = pnpm_9.fetchDeps {
|
||||
inherit (finalAttrs) pname version src;
|
||||
hash = "sha256-XbXMtGYywK9GPOMYFdUoklYJ3memJOkUZrw0slzjifw=";
|
||||
hash = "sha256-ejA0bUAB1CuPZMPA1a4XlbHR6CTrvKf/rPHolYjpcW8=";
|
||||
};
|
||||
|
||||
pnpmRoot = "../..";
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
|
||||
cargoHash = "sha256-5DIagAKSq427kwZTH/QKY3vbb+TmFscKSANoSkEJMGg=";
|
||||
cargoHash = "sha256-9y/ZR+vbjp56F/EuX7tAp3W1/jwFLYlnBKfyLNx0/Qg=";
|
||||
|
||||
cargoRoot = "../..";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user