Skip to content

Commit

Permalink
zotero: 7.0.8 → 7.0.10 (#359851)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMalka authored Dec 4, 2024
2 parents 33be238 + b65739e commit b6bd36b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/zo/zotero/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "https://download.zotero.org/client/release/${version}/Zotero-${version}.dmg";
hash = "sha256-z1HAkHz4JGRfQJna2cINZTmYPzyj9ofp7mJHN/mNyOo=";
hash = "sha256-JP9zRPsEDICw6Q7VHRd7IB0J9+v0qU7QuLf7eTPafBo=";
};
sourceRoot = ".";

Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/zo/zotero/linux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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-utiqS4/PvlkQesqTOyEvj8uwW1sDxlqjnhv6GFfY5uk=";
hash = "sha256-t0LApaU13tT/14nvRpnWZwFyWiJq+WfZNgVyhNayMcs=";
};

dontPatchELF = true;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/zo/zotero/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

let
pname = "zotero";
version = "7.0.8";
version = "7.0.10";
meta = {
homepage = "https://www.zotero.org";
description = "Collect, organize, cite, and share your research sources";
Expand Down

0 comments on commit b6bd36b

Please sign in to comment.