zotero: 7.0.20 -> 7.0.27 (#434196)

This commit is contained in:
Sandro
2025-10-29 00:37:31 +00:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://download.zotero.org/client/release/${version}/Zotero-${version}.dmg";
hash = "sha256-DeiQbg8wMFHsJ/jlbGj3wdXrRsGLJ0tOyGRex2w43lU=";
hash = "sha256-YivHBEFPkm79y2R5QIV+trm8O3aFzvXTqVzFr1tcoIo=";
};
sourceRoot = ".";

View File

@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://download.zotero.org/client/release/${version}/Zotero-${version}_linux-x86_64.tar.bz2";
hash = "sha256-L2Mvi11X4YBU4ezHDJosl7qHClmzUwmghvXG8TChA8c=";
hash = "sha256-ce0Lvz0k3DH6rGzdGoqYIW1OBiaJwaxn8pDnMQbqtv4=";
};
dontPatchELF = true;

View File

@@ -6,7 +6,7 @@
let
pname = "zotero";
version = "7.0.20";
version = "7.0.27";
meta = {
homepage = "https://www.zotero.org";
description = "Collect, organize, cite, and share your research sources";