about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-19 00:10:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-19 00:10:08 +0000
commit45ed866c55c1bdaa7ffb2c77acf491faafd2d46d (patch)
tree3efe47a13d4a9341658ea135dd0c0b2295865bf5 /pkgs/applications/office
parent0d9492764b4c107023ae9fa85fcd446f8be6db57 (diff)
mendeley: 2.115.0 -> 2.117.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 acfa14dabb7de..a639c97b96773 100644
--- a/pkgs/applications/office/mendeley/default.nix
+++ b/pkgs/applications/office/mendeley/default.nix
@@ -7,13 +7,13 @@
 
 let
   pname = "mendeley";
-  version = "2.115.0";
+  version = "2.117.0";
 
   executableName = "${pname}-reference-manager";
 
   src = fetchurl {
     url = "https://static.mendeley.com/bin/desktop/mendeley-reference-manager-${version}-x86_64.AppImage";
-    hash = "sha256-ir96BQQ+dlUv2aNU9iQ+jnpeLE3D3ow9RPGstREUWNA=";
+    hash = "sha256-1Gwgb0oUtIjZX0f/HJmA5ihwurq9RlpMMLrTaDav0SM=";
   };
 
   appimageContents = appimageTools.extractType2 {