mendeley: 2.129.0 -> 2.130.0 (#381629)

This commit is contained in:
Nick Cao
2025-02-14 17:56:21 -05:00
committed by GitHub
@@ -8,13 +8,13 @@
let
pname = "mendeley";
version = "2.129.0";
version = "2.130.0";
executableName = "${pname}-reference-manager";
src = fetchurl {
url = "https://static.mendeley.com/bin/desktop/mendeley-reference-manager-${version}-x86_64.AppImage";
hash = "sha256-lA3ald0pgNd6az7nP5MPMrs12EEvJaHpEypXFfCvKCQ=";
hash = "sha256-ldlMWitLe3pcA1ip+/NZuswKvPdpn9l8tVSCOOr4pbc=";
};
appimageContents = appimageTools.extractType2 {