about summary refs log tree commit diff
path: root/pkgs/applications/office/mendeley/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-22 00:32:21 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-22 00:32:21 +0000
commitd5b4c50a2f6b7fa859cb36365c9ac2aa59ff2ac5 (patch)
treeed978a602843c7c243bab6e486b6818ee6a8a3fb /pkgs/applications/office/mendeley/default.nix
parente52b38ae97ac6683b81bed7fc07f5d896186e4b3 (diff)
mendeley: 2.110.2 -> 2.111.0
Diffstat (limited to 'pkgs/applications/office/mendeley/default.nix')
-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 2808dd14e2c62..03eee188ac565 100644
--- a/pkgs/applications/office/mendeley/default.nix
+++ b/pkgs/applications/office/mendeley/default.nix
@@ -7,13 +7,13 @@
 
 let
   pname = "mendeley";
-  version = "2.110.2";
+  version = "2.111.0";
 
   executableName = "${pname}-reference-manager";
 
   src = fetchurl {
     url = "https://static.mendeley.com/bin/desktop/mendeley-reference-manager-${version}-x86_64.AppImage";
-    hash = "sha256-AJNNCPEwLAO1+Zub6Yyad5Zcsl35zf4dEboyGE9wSX8=";
+    hash = "sha256-tN76RKHETTMkJ239I6+a36RPTuWqYlCSs+tEP+BcB+M=";
   };
 
   appimageContents = appimageTools.extractType2 {