zotero: 7.0.3 -> 7.0.7 (#343045)

This commit is contained in:
Peder Bergebakken Sundt
2024-10-06 15:50:16 +02:00
committed by GitHub
+2 -2
View File
@@ -20,11 +20,11 @@
stdenv.mkDerivation rec {
pname = "zotero";
version = "7.0.3";
version = "7.0.7";
src = fetchurl {
url = "https://download.zotero.org/client/release/${version}/Zotero-${version}_linux-x86_64.tar.bz2";
hash = "sha256-W5/j5ohrx/X0qlOiWWtB/FEF9aZCnbbAA3pcL8R6yy0=";
hash = "sha256-ERL+zKjNOz+j/Q5dyTXVczLnwaTl/SzgSaKVkA9uyJ4=";
};
dontPatchELF = true;