mendeley: 2.142.0 -> 2.144.0

This commit is contained in:
R. Ryantm
2026-03-28 01:52:08 +00:00
parent 7b908702ec
commit 4e04c3ad2f
@@ -8,13 +8,13 @@
let
pname = "mendeley";
version = "2.142.0";
version = "2.144.0";
executableName = "${pname}-reference-manager";
src = fetchurl {
url = "https://static.mendeley.com/bin/desktop/mendeley-reference-manager-${version}-x86_64.AppImage";
hash = "sha256-Ic19MQRzRLmYL2nVFMBvCbloI0AoCm0MVlWJeV4i+Fs=";
hash = "sha256-27cUm1ChdzG9Qxo0ntUAVZMA685YFZ3nbsLkZfxR3pk=";
};
appimageContents = appimageTools.extractType2 {