Skip to content

Commit 1c5513a

Browse files
authored
zotero: 7.0.7 -> 7.0.8 (#349542)
1 parent 999e344 commit 1c5513a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/office/zotero/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020

2121
stdenv.mkDerivation rec {
2222
pname = "zotero";
23-
version = "7.0.7";
23+
version = "7.0.8";
2424

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

3030
dontPatchELF = true;

0 commit comments

Comments
 (0)