readest: 0.9.81 -> 0.9.82

Changelog: https://github.com/readest/readest/releases/tag/v0.9.82
Diff: https://github.com/readest/readest/compare/v0.9.81...v0.9.82

+4 -4
+4 -4
pkgs/by-name/re/readest/package.nix
··· 20 20 21 21 rustPlatform.buildRustPackage (finalAttrs: { 22 22 pname = "readest"; 23 - version = "0.9.81"; 23 + version = "0.9.82"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "readest"; 27 27 repo = "readest"; 28 28 tag = "v${finalAttrs.version}"; 29 - hash = "sha256-aj4XBphkIeqGdqiWz3Um1+dGSYF6G3b+9DdN/4qZcZI="; 29 + hash = "sha256-vdmWmSh0JqEAkgH9k3ZCjzBvUyNpt+ZH1uDtYiKHxRA="; 30 30 fetchSubmodules = true; 31 31 }; 32 32 ··· 40 40 pnpmDeps = pnpm_9.fetchDeps { 41 41 inherit (finalAttrs) pname version src; 42 42 fetcherVersion = 1; 43 - hash = "sha256-3H+HEQcXUbmTp+Gu7xz/NpxJgrnw1ubWH79yYKhFTeM="; 43 + hash = "sha256-sRa1IO8JmMsA0/7dMuYF0as/MYHpclEwAknZIycNQ3Y="; 44 44 }; 45 45 46 46 pnpmRoot = "../.."; 47 47 48 - cargoHash = "sha256-7q75xX3aDDvcNkEZEM62icFuiMY4mzv+k3C+fGBLwIg="; 48 + cargoHash = "sha256-oNzgsxJb8N++AGCkXuJmK+51iF7XZ0xmShPlOpkAQEg="; 49 49 50 50 cargoRoot = "../.."; 51 51