zotero: 7.0.10 -> 7.0.11 (#380704)

This commit is contained in:
Pol Dellaiera
2025-02-09 21:07:20 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://download.zotero.org/client/release/${version}/Zotero-${version}.dmg";
hash = "sha256-JP9zRPsEDICw6Q7VHRd7IB0J9+v0qU7QuLf7eTPafBo=";
hash = "sha256-JFzzOwZUhVy7DsD6xehKhhzIKe9j8IKseJTSWhYAkfM=";
};
sourceRoot = ".";
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://download.zotero.org/client/release/${version}/Zotero-${version}_linux-x86_64.tar.bz2";
hash = "sha256-t0LApaU13tT/14nvRpnWZwFyWiJq+WfZNgVyhNayMcs=";
hash = "sha256-Sldg4sR+wG0XH00mCcns5cyfYzNg7RQP4v95VNM6Ru4=";
};
dontPatchELF = true;
+1 -1
View File
@@ -6,7 +6,7 @@
let
pname = "zotero";
version = "7.0.10";
version = "7.0.11";
meta = {
homepage = "https://www.zotero.org";
description = "Collect, organize, cite, and share your research sources";