zotero: 8.0.0 -> 8.0.1

This commit is contained in:
Mynacol
2026-02-11 19:04:50 +01:00
committed by Mynacol
parent caf8f43719
commit 9a3fce016e
+2 -2
View File
@@ -23,13 +23,13 @@ let
nodejs = nodejs_22;
pname = "zotero";
version = "8.0.0";
version = "8.0.1";
src = fetchFromGitHub {
owner = "zotero";
repo = "zotero";
tag = version;
hash = "sha256-SG5fTsQgtVX8Pmla2W91sETSR1D7ThmnrdUQwycNsPA=";
hash = "sha256-Rm93Xclspb7cp4tTxr6OegLYf+ndyGz3YCwbf+6uGKM=";
fetchSubmodules = true;
};