summary refs log tree commit diff
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2015-05-18 02:57:41 +0200
committerThomas Tuegel <ttuegel@gmail.com>2015-05-18 15:44:47 -0500
commitdb4993600c063a7bfc40f11c43e5431abbb2ca21 (patch)
tree1676ee57e1a8c9081b611a589d9e065a62fd8ab9
parent3ac31fe04135fe8aa2cbe23a19066c8a1ec37b8c (diff)
downloadnixpkgs-db4993600c063a7bfc40f11c43e5431abbb2ca21.tar
nixpkgs-db4993600c063a7bfc40f11c43e5431abbb2ca21.tar.gz
nixpkgs-db4993600c063a7bfc40f11c43e5431abbb2ca21.tar.bz2
nixpkgs-db4993600c063a7bfc40f11c43e5431abbb2ca21.tar.lz
nixpkgs-db4993600c063a7bfc40f11c43e5431abbb2ca21.tar.xz
nixpkgs-db4993600c063a7bfc40f11c43e5431abbb2ca21.tar.zst
nixpkgs-db4993600c063a7bfc40f11c43e5431abbb2ca21.zip
dropbox: 3.4.4 -> 3.4.6
-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 97573fb1e7b..8a58450c5ea 100644
--- a/pkgs/applications/networking/dropbox/default.nix
+++ b/pkgs/applications/networking/dropbox/default.nix
@@ -27,9 +27,9 @@ let
     else throw "Dropbox client for: ${stdenv.system} not supported!";
 
   # NOTE: When updating, please also update in current stable, as older versions stop working  
-  version = "3.4.4";
-  sha256 = if stdenv.system == "x86_64-linux" then "05ncbxwkimq7cl3bad759qvda7zjdh07f5wh6aw12g472l4yqq98"
-    else if stdenv.system == "i686-linux" then "18089bh6i64yw75pswgn2vkcl1kf7ipxxncmssw3qhb6791qfhbk"
+  version = "3.4.6";
+  sha256 = if stdenv.system == "x86_64-linux" then "0crhv21q48lwa86qcqgbcd9g73biibfrc2vgbavi67cwxvzcskky"
+    else if stdenv.system == "i686-linux" then "0kli84kzg1wcwszjni948zb4qih8mynmyqhdwyiv1l7v5lrhb8k2"
     else throw "Dropbox client for: ${stdenv.system} not supported!";
 
   # relative location where the dropbox libraries are stored