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

mendeley: 2.105.0 -> 2.110.2
This commit is contained in:
Weijia Wang 2024-03-07 07:54:47 +01:00 committed by GitHub
commit e8538eda31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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