zotero: 6.0.16 -> 6.0.18

This commit is contained in:
Shea Levy
2022-11-22 04:25:03 -05:00
parent 287131c409
commit c6980427ce
+2 -2
View File
@@ -41,12 +41,12 @@
stdenv.mkDerivation rec {
pname = "zotero";
version = "6.0.16";
version = "6.0.18";
src = fetchurl {
url =
"https://download.zotero.org/client/release/${version}/Zotero-${version}_linux-x86_64.tar.bz2";
sha256 = "sha256-PqC7PqpRSm/Yt3pK8TuzcrhtfJSeJX6th2xb2n/Bul8=";
sha256 = "sha256-MIBhvhgttqfUO42ipVNXhdKbcN/0YPtFK8Ox8KlafG0=";
};
nativeBuildInputs = [ wrapGAppsHook ];