zotero: 9.0.1 -> 9.0.2

This commit is contained in:
R. Ryantm
2026-05-03 06:01:57 +00:00
parent c9c9a2756c
commit d265d5c39d
+2 -2
View File
@@ -28,14 +28,14 @@ let
nodejs = nodejs_22;
pname = "zotero";
version = "9.0.1";
version = "9.0.2";
src = fetchFromGitHub {
owner = "zotero";
repo = "zotero";
tag = version;
fetchSubmodules = true;
hash = "sha256-51JSDrvvrwnmuxn7YZd8e0by4CJODvflHi4M4GAt2Lw=";
hash = "sha256-OAPgJBSBHCyuy/VPlIeNwAM87cnyuHBuaMn6QKisTcA=";
};
pdf-js = buildNpmPackage {