summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-08-05 19:49:34 -0400
committerGitHub <noreply@github.com>2024-08-05 19:49:34 -0400
commit0306728f34ce014221e4e11204fe9ec076186bc6 (patch)
tree811510d3c577e8be0ff70886327b8cc87e2e7394 /pkgs/applications/office
parentad11cb5dda171a62f8202bfdc15a1b7791f31863 (diff)
parent482362c264e30f91307d340a3197e68dbf7bf828 (diff)
Merge pull request #328891 from r-ryantm/auto-update/mendeley
mendeley: 2.118.0 -> 2.120.0
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/mendeley/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/mendeley/default.nix b/pkgs/applications/office/mendeley/default.nix
index 56b771afdeaf..73dff5c7c5b6 100644
--- a/pkgs/applications/office/mendeley/default.nix
+++ b/pkgs/applications/office/mendeley/default.nix
@@ -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 {