dropbox: 111.3.447 -> 185.4.6054

This commit is contained in:
éclairevoyant 2023-10-20 00:17:23 -04:00
parent d06515a020
commit 464e69ef24
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -7,7 +7,7 @@ assert lib.elem stdenv.hostPlatform.system platforms;
# Dropbox client to bootstrap installation. # Dropbox client to bootstrap installation.
# The client is self-updating, so the actual version may be newer. # The client is self-updating, so the actual version may be newer.
let let
version = "111.3.447"; version = "185.4.6054";
arch = { arch = {
x86_64-linux = "x86_64"; x86_64-linux = "x86_64";
@ -84,7 +84,7 @@ buildFHSEnv {
description = "Online stored folders (daemon version)"; description = "Online stored folders (daemon version)";
homepage = "http://www.dropbox.com/"; homepage = "http://www.dropbox.com/";
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ ttuegel ]; maintainers = with maintainers; [ eclairevoyant ttuegel ];
platforms = [ "i686-linux" "x86_64-linux" ]; platforms = [ "i686-linux" "x86_64-linux" ];
mainProgram = "dropbox"; mainProgram = "dropbox";
}; };