zotero: 9.0.1 -> 9.0.2 (#516043)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-04 09:03:09 +00:00
committed by GitHub
+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 {