zotero: 8.0.1 -> 8.0.2

This time generated with nix-update.

I additionally manually tested that no npm deps changed in the
subprojects. I'm still not sure if nix-update also automatically updates
them.
This commit is contained in:
Mynacol
2026-02-11 19:04:52 +01:00
committed by Mynacol
parent ac6cbaa885
commit fbbca38dde
+3 -3
View File
@@ -26,13 +26,13 @@ let
nodejs = nodejs_22;
pname = "zotero";
version = "8.0.1";
version = "8.0.2";
src = fetchFromGitHub {
owner = "zotero";
repo = "zotero";
tag = version;
hash = "sha256-Rm93Xclspb7cp4tTxr6OegLYf+ndyGz3YCwbf+6uGKM=";
hash = "sha256-zGcTZjrbFYbE4qJH5g3betnSLCdxYU2nZBOU55HunYU=";
fetchSubmodules = true;
};
@@ -163,7 +163,7 @@ buildNpmPackage (finalAttrs: {
nodejs
;
npmDepsHash = "sha256-IVaT/O83kCGT7MGsTSblMKfVWeNBIpA9VJIWyikJrpk=";
npmDepsHash = "sha256-dtbA1V38u26gqWoN+kW/tnccl6HFX7p8fPAneq+mw6U=";
nativeBuildInputs = [
perl