zotero: 6.0.20 -> 6.0.22

https://www.zotero.org/support/changelog#changes_in_6022_february_22_2023
This commit is contained in:
Steven Kou 2023-02-27 18:40:51 +08:00
parent 1c8f39713d
commit 6bc9107566
No known key found for this signature in database
GPG Key ID: D0D4BCFA8DB68E35

View File

@ -41,12 +41,12 @@
stdenv.mkDerivation rec {
pname = "zotero";
version = "6.0.20";
version = "6.0.22";
src = fetchurl {
url =
"https://download.zotero.org/client/release/${version}/Zotero-${version}_linux-x86_64.tar.bz2";
sha256 = "sha256-HsAvodqio3GJ9TK1pt4WwlEZEAo52ocH0r7cf9IQe9w=";
sha256 = "sha256-OXlX4E5C6UEDR3+fDYB3O5isO8vABpd6hvrq+4kZ1iA=";
};
nativeBuildInputs = [ wrapGAppsHook ];