zotero: 6.0.23 -> 6.0.26

https://github.com/zotero/zotero/releases/tag/6.0.26
This commit is contained in:
kilianar 2023-04-20 16:40:39 +02:00
parent 6132a7001e
commit c18689f9e4

View File

@ -41,12 +41,12 @@
stdenv.mkDerivation rec {
pname = "zotero";
version = "6.0.23";
version = "6.0.26";
src = fetchurl {
url =
"https://download.zotero.org/client/release/${version}/Zotero-${version}_linux-x86_64.tar.bz2";
hash = "sha256-DPuUSEhZM6gRO82eXalf1ucDBQh2KvTBwOPjR5DEsqM=";
hash = "sha256-Btrzv9trUFjCrQ+OEc7MUOzq7x3XW7jtgUJMitmPK0A=";
};
nativeBuildInputs = [ wrapGAppsHook ];