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

zotero: 8.0.2 -> 8.0.3 (#496879)

parents 8f655393 173ad253
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@ let
  nodejs = nodejs_22;

  pname = "zotero";
  version = "8.0.2";
  version = "8.0.3";

  src = fetchFromGitHub {
    owner = "zotero";
    repo = "zotero";
    tag = version;
    hash = "sha256-zGcTZjrbFYbE4qJH5g3betnSLCdxYU2nZBOU55HunYU=";
    hash = "sha256-I6s6m8CG1b1BXQK2qIdOqmsNyxzwj3fAfFFuHK7t6ec=";
    fetchSubmodules = true;
  };