readest: 0.9.86 -> 0.9.87 (#452521)

This commit is contained in:
Yohann Boniface
2025-10-16 21:55:02 +00:00
committed by GitHub
+2 -2
View File
@@ -20,13 +20,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "readest";
version = "0.9.86";
version = "0.9.87";
src = fetchFromGitHub {
owner = "readest";
repo = "readest";
tag = "v${finalAttrs.version}";
hash = "sha256-/H0ZYbVl4d/s4e7jkQUobZTZZPpIiC9H48wfmPqGUWk=";
hash = "sha256-icTltmxgquOpWByo+7ZTIvD2WVuf+X6vF1ghmgs1pH0=";
fetchSubmodules = true;
};