dropbox: 111.3.447 -> 185.4.6054

+2 -2
+2 -2
pkgs/applications/networking/dropbox/default.nix
··· 7 # Dropbox client to bootstrap installation. 8 # The client is self-updating, so the actual version may be newer. 9 let 10 - version = "111.3.447"; 11 12 arch = { 13 x86_64-linux = "x86_64"; ··· 84 description = "Online stored folders (daemon version)"; 85 homepage = "http://www.dropbox.com/"; 86 license = licenses.unfree; 87 - maintainers = with maintainers; [ ttuegel ]; 88 platforms = [ "i686-linux" "x86_64-linux" ]; 89 mainProgram = "dropbox"; 90 };
··· 7 # Dropbox client to bootstrap installation. 8 # The client is self-updating, so the actual version may be newer. 9 let 10 + version = "185.4.6054"; 11 12 arch = { 13 x86_64-linux = "x86_64"; ··· 84 description = "Online stored folders (daemon version)"; 85 homepage = "http://www.dropbox.com/"; 86 license = licenses.unfree; 87 + maintainers = with maintainers; [ eclairevoyant ttuegel ]; 88 platforms = [ "i686-linux" "x86_64-linux" ]; 89 mainProgram = "dropbox"; 90 };