mendeley: 2.118.0 -> 2.120.0

This commit is contained in:
R. Ryantm 2024-08-04 04:56:42 +00:00
parent 54770984fc
commit 482362c264

View File

@ -7,13 +7,13 @@
let
pname = "mendeley";
version = "2.118.0";
version = "2.120.0";
executableName = "${pname}-reference-manager";
src = fetchurl {
url = "https://static.mendeley.com/bin/desktop/mendeley-reference-manager-${version}-x86_64.AppImage";
hash = "sha256-JzA6JmjxqZC2K51NozlYeTmZkzT5OTRF3WVGY4Wrfgo=";
hash = "sha256-yKHrTcIiNhsLMfwNQNSLE2mAQLsDFxhTYdper3a8oM8=";
};
appimageContents = appimageTools.extractType2 {