about summary refs log tree commit diff
path: root/pkgs/applications/networking/dropbox
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2014-11-23 13:10:35 -0600
committerThomas Tuegel <ttuegel@gmail.com>2014-11-23 13:31:36 -0600
commit0bffb637266024a6a60731fa26f7b58bd6d9c065 (patch)
treef570001fc89a1794de7c1feaea9e48efd8cde3f0 /pkgs/applications/networking/dropbox
parent34e714c32d38bb3b7843388e416c34bdb3651072 (diff)
downloadnixlib-0bffb637266024a6a60731fa26f7b58bd6d9c065.tar
nixlib-0bffb637266024a6a60731fa26f7b58bd6d9c065.tar.gz
nixlib-0bffb637266024a6a60731fa26f7b58bd6d9c065.tar.bz2
nixlib-0bffb637266024a6a60731fa26f7b58bd6d9c065.tar.lz
nixlib-0bffb637266024a6a60731fa26f7b58bd6d9c065.tar.xz
nixlib-0bffb637266024a6a60731fa26f7b58bd6d9c065.tar.zst
nixlib-0bffb637266024a6a60731fa26f7b58bd6d9c065.zip
dropbox: update to 2.10.52
Diffstat (limited to 'pkgs/applications/networking/dropbox')
-rw-r--r--pkgs/applications/networking/dropbox/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/dropbox/default.nix b/pkgs/applications/networking/dropbox/default.nix
index 82a340591f21..d55e2b18162b 100644
--- a/pkgs/applications/networking/dropbox/default.nix
+++ b/pkgs/applications/networking/dropbox/default.nix
@@ -25,9 +25,9 @@ let
     else if stdenv.system == "i686-linux" then "ld-linux.so.2"
     else throw "Dropbox client for: ${stdenv.system} not supported!";
 
-  version = "2.10.30";
-  sha256 = if stdenv.system == "x86_64-linux" then "1gdch4fka5f671zwl329j6b60igki1rzxw9ggxcywcg1h4rlvw7r"
-    else if stdenv.system == "i686-linux" then "1a4pswpy945iqzvi8kcs1r0sydb04h28v5zv0hdyra0c548wsm2g"
+  version = "2.10.52";
+  sha256 = if stdenv.system == "x86_64-linux" then "0fn2frp00f0p0r6v5czzxfbw1ifan9w12k3ry8gq1m4bvx6g27p6"
+    else if stdenv.system == "i686-linux" then "1rm5kspb53zqgaz48v8x3ffk1mcfi0nh0zsmsdniyrgqbis5mmm9"
     else throw "Dropbox client for: ${stdenv.system} not supported!";
 
   # relative location where the dropbox libraries are stored