summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-01-15 20:37:13 -0500
committerShea Levy <shea@shealevy.com>2014-01-15 20:37:13 -0500
commit3452f807d4b357f9e67456af1197d2e37cb996b6 (patch)
tree1992fec6a1b652974666c80510d7f7368e18faf1 /pkgs
parentbb5337044aba1d6d8566e9c4287377bcd3dc83ed (diff)
downloadnixlib-3452f807d4b357f9e67456af1197d2e37cb996b6.tar
nixlib-3452f807d4b357f9e67456af1197d2e37cb996b6.tar.gz
nixlib-3452f807d4b357f9e67456af1197d2e37cb996b6.tar.bz2
nixlib-3452f807d4b357f9e67456af1197d2e37cb996b6.tar.lz
nixlib-3452f807d4b357f9e67456af1197d2e37cb996b6.tar.xz
nixlib-3452f807d4b357f9e67456af1197d2e37cb996b6.tar.zst
nixlib-3452f807d4b357f9e67456af1197d2e37cb996b6.zip
Update dropbox daemon
Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'pkgs')
-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 17703b2b3fc1..62dce4c42127 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.4.7";
-  sha256 = if stdenv.system == "x86_64-linux" then "08fh0zx9q83dvivnbx5zr1cwb69ihhlx9mkbd3ikynk1wd8df8n8"
-    else if stdenv.system == "i686-linux" then "0rhblpahg2axglpi8iavsglffw83rj71qy113wj2dh6q72124j2h"
+  version = "2.6.2";
+  sha256 = if stdenv.system == "x86_64-linux" then "0j511nglqg2xngyl78ww7xk09v8yzhghk5cnj6slr9sldy83n7g9"
+    else if stdenv.system == "i686-linux" then "0n0y0wf313yjas4b89ag613jb80skby1qmfkyy1aazgjancf7v5i"
     else throw "Dropbox client for: ${stdenv.system} not supported!";
 
   # relative location where the dropbox libraries are stored