about summary refs log tree commit diff
path: root/pkgs/applications/office/mendeley
diff options
context:
space:
mode:
authorRahul Gopinath <rahul@gopinath.org>2016-07-17 13:22:56 -0700
committerRahul Gopinath <rahul@gopinath.org>2016-07-17 13:22:56 -0700
commit1df37fe7a888836dc683cc24d57759147921a7f7 (patch)
tree265c11e8b914db583c7fd356f907b2ac9f4f38aa /pkgs/applications/office/mendeley
parent08fe3950745412b79af0452133eea111c8cd2621 (diff)
downloadnixlib-1df37fe7a888836dc683cc24d57759147921a7f7.tar
nixlib-1df37fe7a888836dc683cc24d57759147921a7f7.tar.gz
nixlib-1df37fe7a888836dc683cc24d57759147921a7f7.tar.bz2
nixlib-1df37fe7a888836dc683cc24d57759147921a7f7.tar.lz
nixlib-1df37fe7a888836dc683cc24d57759147921a7f7.tar.xz
nixlib-1df37fe7a888836dc683cc24d57759147921a7f7.tar.zst
nixlib-1df37fe7a888836dc683cc24d57759147921a7f7.zip
mendeley: fix sha
Diffstat (limited to 'pkgs/applications/office/mendeley')
-rw-r--r--pkgs/applications/office/mendeley/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/mendeley/default.nix b/pkgs/applications/office/mendeley/default.nix
index 529c41ec8992..5ad6df96325e 100644
--- a/pkgs/applications/office/mendeley/default.nix
+++ b/pkgs/applications/office/mendeley/default.nix
@@ -19,7 +19,7 @@ let
   url = "http://desktop-download.mendeley.com/download/apt/pool/main/m/mendeleydesktop/mendeleydesktop_${version}.deb";
   sha256 = if stdenv.system == arch32
     then "0lsmaw8zzyfvndsz1awz3vl5cdvsik9wc3ck8983y20awh7r9f4m"
-    else "12p6rgxiqajnfgd8nmknyb8icdkln727sshba8x1xlxakxg5c4q4";
+    else "0q11v6dv7z5q4s9hlr1hmsd73nmkp8l0sj0b3hjxfblx4mqk6wl7";
 
   deps = [
     gcc.cc