mendeley: 2.137.0 -> 2.138.0

This commit is contained in:
R. Ryantm
2025-09-17 01:02:09 +00:00
parent 93b1ca689d
commit 9c740407cc

View File

@@ -8,13 +8,13 @@
let
pname = "mendeley";
version = "2.137.0";
version = "2.138.0";
executableName = "${pname}-reference-manager";
src = fetchurl {
url = "https://static.mendeley.com/bin/desktop/mendeley-reference-manager-${version}-x86_64.AppImage";
hash = "sha256-jjwOtcyA1dKWXWVtUsVaXMUgDyBoTKACoZ0UGKH4uL4=";
hash = "sha256-OS5VarPvWC3KUIAFEw2QndiNZ2ryj81MxTp1fkvuobE=";
};
appimageContents = appimageTools.extractType2 {