zotero: 9.0.5 -> 9.0.6

This commit is contained in:
R. Ryantm
2026-07-12 01:23:29 +00:00
parent 8d230ae488
commit a112faabfd

View File

@@ -30,14 +30,14 @@ let
nodejs = nodejs_22;
pname = "zotero";
version = "9.0.5";
version = "9.0.6";
src = fetchFromGitHub {
owner = "zotero";
repo = "zotero";
tag = version;
fetchSubmodules = true;
hash = "sha256-yNGx3GpBnQHB6//7JNKRz9GKjJJeUb/UkYDGDdOUTAk=";
hash = "sha256-9Rku6iF7Sczqekw8ms8hluIc+B/5BE9zHlBqp7vGlY4=";
};
pdf-js = buildNpmPackage {