Skip to content

Commit

Permalink
zotero: 7.0.7 -> 7.0.8 (#349542)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored Oct 25, 2024
1 parent 999e344 commit 1c5513a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/zotero/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@

stdenv.mkDerivation rec {
pname = "zotero";
version = "7.0.7";
version = "7.0.8";

src = fetchurl {
url = "https://download.zotero.org/client/release/${version}/Zotero-${version}_linux-x86_64.tar.bz2";
hash = "sha256-ERL+zKjNOz+j/Q5dyTXVczLnwaTl/SzgSaKVkA9uyJ4=";
hash = "sha256-utiqS4/PvlkQesqTOyEvj8uwW1sDxlqjnhv6GFfY5uk=";
};

dontPatchELF = true;
Expand Down

0 comments on commit 1c5513a

Please sign in to comment.