summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-02-23 21:18:19 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-02-23 21:18:19 -0600
commit52cc26eb3e59c199adfad110fb70df2613a81ed9 (patch)
treee9b059645940b2f5d67830ddeacc7b971671d845
parenta9b2dee6e6fa86fde332daf3c264a50e8613c621 (diff)
downloadnixpkgs-52cc26eb3e59c199adfad110fb70df2613a81ed9.tar
nixpkgs-52cc26eb3e59c199adfad110fb70df2613a81ed9.tar.gz
nixpkgs-52cc26eb3e59c199adfad110fb70df2613a81ed9.tar.bz2
nixpkgs-52cc26eb3e59c199adfad110fb70df2613a81ed9.tar.lz
nixpkgs-52cc26eb3e59c199adfad110fb70df2613a81ed9.tar.xz
nixpkgs-52cc26eb3e59c199adfad110fb70df2613a81ed9.tar.zst
nixpkgs-52cc26eb3e59c199adfad110fb70df2613a81ed9.zip
Revert "Revert "dropbox: update to version 3.2.6""
This reverts commit a9b2dee6e6fa86fde332daf3c264a50e8613c621.
-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 d49162d0723..df64ea1f2d8 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.52";
-  sha256 = if stdenv.system == "x86_64-linux" then "0fn2frp00f0p0r6v5czzxfbw1ifan9w12k3ry8gq1m4bvx6g27p6"
-    else if stdenv.system == "i686-linux" then "1rm5kspb53zqgaz48v8x3ffk1mcfi0nh0zsmsdniyrgqbis5mmm9"
+  version = "3.2.6";
+  sha256 = if stdenv.system == "x86_64-linux" then "1pih4dgqsxx9s8vjmn49qdrrgfkkw8wl3m68x7mdz6wqb4lj3sry"
+    else if stdenv.system == "i686-linux" then "0nnxj32xvhn312a16fhhxjf0brbivaw6m0s8d8qdn44qmg9fr4bz"
     else throw "Dropbox client for: ${stdenv.system} not supported!";
 
   # relative location where the dropbox libraries are stored