Merge pull request #297889 from r-ryantm/auto-update/mendeley

mendeley: 2.110.2 -> 2.111.0
This commit is contained in:
Weijia Wang 2024-03-30 18:19:58 +01:00 committed by GitHub
commit 8626d92fe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
let
pname = "mendeley";
version = "2.110.2";
version = "2.111.0";
executableName = "${pname}-reference-manager";
src = fetchurl {
url = "https://static.mendeley.com/bin/desktop/mendeley-reference-manager-${version}-x86_64.AppImage";
hash = "sha256-AJNNCPEwLAO1+Zub6Yyad5Zcsl35zf4dEboyGE9wSX8=";
hash = "sha256-tN76RKHETTMkJ239I6+a36RPTuWqYlCSs+tEP+BcB+M=";
};
appimageContents = appimageTools.extractType2 {