From 08884d6a0f974b457fff579c9b8eeb22d8e3de9b Mon Sep 17 00:00:00 2001 From: Graham Bennett Date: Thu, 31 Oct 2019 19:43:11 +0000 Subject: [PATCH] dropbox: 81.4.195 -> 83.4.152 (#72021) Upgrading to latest stable version per https://www.dropboxforum.com/t5/Desktop-client-builds/bd-p/101003016. With the previous nixpkgs version dropbox complained that the version is too old at sign-in. --- pkgs/applications/networking/dropbox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/dropbox/default.nix b/pkgs/applications/networking/dropbox/default.nix index 01707f12da2..693a7018213 100644 --- a/pkgs/applications/networking/dropbox/default.nix +++ b/pkgs/applications/networking/dropbox/default.nix @@ -7,7 +7,7 @@ assert lib.elem stdenv.hostPlatform.system platforms; # Dropbox client to bootstrap installation. # The client is self-updating, so the actual version may be newer. let - version = "81.4.195"; + version = "83.4.152"; arch = { x86_64-linux = "x86_64";