mendeley: 2.110.2 -> 2.111.0

This commit is contained in:
R. Ryantm 2024-03-22 00:32:21 +00:00
parent e52b38ae97
commit d5b4c50a2f

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 {