Unverified Commit da1878cd authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

zotero: 9.0.1 -> 9.0.2 (#516043)

parents 55d116f0 d265d5c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {