summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-04-07 09:34:59 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-04-07 09:34:59 +0200
commit551296a1cec0b9751ab96c420a7481e322ea127d (patch)
treea93739f2139dff3262a2506f76d728fba8ce4a8d /pkgs
parentc0a5872c2c771f9e88ca198ea625c1f1be840da2 (diff)
downloadnixpkgs-551296a1cec0b9751ab96c420a7481e322ea127d.tar
nixpkgs-551296a1cec0b9751ab96c420a7481e322ea127d.tar.gz
nixpkgs-551296a1cec0b9751ab96c420a7481e322ea127d.tar.bz2
nixpkgs-551296a1cec0b9751ab96c420a7481e322ea127d.tar.lz
nixpkgs-551296a1cec0b9751ab96c420a7481e322ea127d.tar.xz
nixpkgs-551296a1cec0b9751ab96c420a7481e322ea127d.tar.zst
nixpkgs-551296a1cec0b9751ab96c420a7481e322ea127d.zip
mendeley: 1.16 -> 1.16.1
Diffstat (limited to 'pkgs')
-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 4f641d1ee50..529c41ec899 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.16-stable";
+  shortVersion = "1.16.1-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 "da56abe0e0e86d868d305119f06cf6d14273d2f65e5c135fc2d190ca599b3cb6"
-    else "e9c2f026fd267db34396ff5f24bce9c6a4beba530bd8b40265a792d417282fba";
+    then "0lsmaw8zzyfvndsz1awz3vl5cdvsik9wc3ck8983y20awh7r9f4m"
+    else "12p6rgxiqajnfgd8nmknyb8icdkln727sshba8x1xlxakxg5c4q4";
 
   deps = [
     gcc.cc