about summary refs log tree commit diff
path: root/pkgs/applications/office/mendeley
diff options
context:
space:
mode:
authorTim Williams <info@timphilipwilliams.com>2015-10-19 20:16:57 +0100
committerTim Williams <info@timphilipwilliams.com>2015-10-19 20:16:57 +0100
commitc4442e4210aa1ec50f65e0bc6e11021d0cb92f07 (patch)
tree985f0705434e71eeeb514789f8383c027542270b /pkgs/applications/office/mendeley
parent48d837f31004f33683df1af1b074ccf547658110 (diff)
downloadnixlib-c4442e4210aa1ec50f65e0bc6e11021d0cb92f07.tar
nixlib-c4442e4210aa1ec50f65e0bc6e11021d0cb92f07.tar.gz
nixlib-c4442e4210aa1ec50f65e0bc6e11021d0cb92f07.tar.bz2
nixlib-c4442e4210aa1ec50f65e0bc6e11021d0cb92f07.tar.lz
nixlib-c4442e4210aa1ec50f65e0bc6e11021d0cb92f07.tar.xz
nixlib-c4442e4210aa1ec50f65e0bc6e11021d0cb92f07.tar.zst
nixlib-c4442e4210aa1ec50f65e0bc6e11021d0cb92f07.zip
mendeley: 1.13.1 -> 1.15
Diffstat (limited to 'pkgs/applications/office/mendeley')
-rw-r--r--pkgs/applications/office/mendeley/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/office/mendeley/default.nix b/pkgs/applications/office/mendeley/default.nix
index ea6d565a10ba..2f3e42d57748 100644
--- a/pkgs/applications/office/mendeley/default.nix
+++ b/pkgs/applications/office/mendeley/default.nix
@@ -12,14 +12,14 @@ let
     then "i386"
     else "amd64";
 
-  shortVersion = "1.13.1-stable";
+  shortVersion = "1.15-stable";
 
   version = "${shortVersion}_${arch}";
 
   url = "http://desktop-download.mendeley.com/download/apt/pool/main/m/mendeleydesktop/mendeleydesktop_${version}.deb";
   sha256 = if stdenv.system == arch32
-    then "21491da1608daf58da23e7e5eb7619b494b10192acc0f81575daff2a38720f50"
-    else "8db101b26dd2978e991421260a2e55d849014f64005930b2528080bbbaa78600";
+    then "16274a1ad981f8abd6facae88e8412eaf5c8b9b238ff4e07fa7c7b5f498c3cc7"
+    else "a455f0cf898f1df66dd5a38c656718a9f8b0f6e80ee7205b37635a8261f9d3cf";
 
   deps = [
     gcc.cc