Commit fbbca38d authored by Mynacol's avatar Mynacol Committed by Mynacol
Browse files

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.
parent ac6cbaa8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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