summary refs log tree commit diff
path: root/pkgs/applications/office/mendeley
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2015-12-02 12:09:50 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2015-12-02 12:09:50 +0100
commitd8530fe7e5c69f2ae4061c514cbfb0e6a835eda3 (patch)
tree4ef408c6cc32cb64e6a52c400e6c9043aaa5890b /pkgs/applications/office/mendeley
parent33eddc4e906d93ccc1bc6da33e47cf5d35d04c1b (diff)
downloadnixlib-d8530fe7e5c69f2ae4061c514cbfb0e6a835eda3.tar
nixlib-d8530fe7e5c69f2ae4061c514cbfb0e6a835eda3.tar.gz
nixlib-d8530fe7e5c69f2ae4061c514cbfb0e6a835eda3.tar.bz2
nixlib-d8530fe7e5c69f2ae4061c514cbfb0e6a835eda3.tar.lz
nixlib-d8530fe7e5c69f2ae4061c514cbfb0e6a835eda3.tar.xz
nixlib-d8530fe7e5c69f2ae4061c514cbfb0e6a835eda3.tar.zst
nixlib-d8530fe7e5c69f2ae4061c514cbfb0e6a835eda3.zip
mendeley: 1.15 -> 1.15.2
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 2f3e42d57748..7b4b20e897f4 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.15-stable";
+  shortVersion = "1.15.2-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 "16274a1ad981f8abd6facae88e8412eaf5c8b9b238ff4e07fa7c7b5f498c3cc7"
-    else "a455f0cf898f1df66dd5a38c656718a9f8b0f6e80ee7205b37635a8261f9d3cf";
+    then "64e72b5749ea54f75cb0400732af68d1044037c6233a6bc0ba7a560acd3503cb"
+    else "cd13e39ad665b243fa5ca04c30cdc4c7da3ddaa259ea1af8fd1ff60f85f4eb25";
 
   deps = [
     gcc.cc