about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2016-02-13 19:31:43 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2016-02-13 19:31:43 +0100
commitf72382d2538395d6c5a1ab0398bab888c560767a (patch)
treeede7a2499d25e4876e6e8d9a1b5fa96250785112 /pkgs/applications/office
parent99b43a25dd041e96302fc9a001cedb94a61f3bb6 (diff)
parenteb684127475e86298a74f22478626c874a2ceafe (diff)
downloadnixlib-f72382d2538395d6c5a1ab0398bab888c560767a.tar
nixlib-f72382d2538395d6c5a1ab0398bab888c560767a.tar.gz
nixlib-f72382d2538395d6c5a1ab0398bab888c560767a.tar.bz2
nixlib-f72382d2538395d6c5a1ab0398bab888c560767a.tar.lz
nixlib-f72382d2538395d6c5a1ab0398bab888c560767a.tar.xz
nixlib-f72382d2538395d6c5a1ab0398bab888c560767a.tar.zst
nixlib-f72382d2538395d6c5a1ab0398bab888c560767a.zip
Merge pull request #12976 from FRidh/mendeley
mendeley: 1.15.2 -> 1.15.3
Diffstat (limited to 'pkgs/applications/office')
-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 7b4b20e897f4..d9505c17e8de 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.2-stable";
+  shortVersion = "1.15.3-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 "64e72b5749ea54f75cb0400732af68d1044037c6233a6bc0ba7a560acd3503cb"
-    else "cd13e39ad665b243fa5ca04c30cdc4c7da3ddaa259ea1af8fd1ff60f85f4eb25";
+    then "7d0737eb28cb4238fafdd6cf973ad899dd6a7622bc1a5c44f32a9c1790eaf6af"
+    else "0hvvyvbkbz8hg8s532rrrcv7jf07zh4axjzk18bvr6p9cgcdirl8";
 
   deps = [
     gcc.cc