Jost Alemann
2025-10-31 09:40:03 +01:00
parent aed67158fc
commit 6c79b3b19e
+2 -2
View File
@@ -20,13 +20,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "readest";
version = "0.9.90";
version = "0.9.91";
src = fetchFromGitHub {
owner = "readest";
repo = "readest";
tag = "v${finalAttrs.version}";
hash = "sha256-y7fk27uISjjP7fKhaNlZE8cYwxia6lexOPbY+Qe9cMs=";
hash = "sha256-Xz+s+yv0L2bj7T6GA6IkMGTAk2oGyFuYR5zzyeLbTuc=";
fetchSubmodules = true;
};