Dropbox version falling behind

When I try to run dropbox, I get this error:

You're using an old version of Dropbox. Please update to the latest version to continue using Dropbox.

https://www.dropbox.com/downloading?from_client=True

I’m using home-manager to run it:

  services.dropbox = {
    enable = true;
    package = pkgs-latest.dropbox-cli;
  };

I updated pkgs-latest in my flake earlier today.

Any advice on how I can fix this?

This has been fixed on unstable and it looks like a backport to 25.11 should arrive soon.

You can follow when it reaches a certain unstable branch here: Making sure you're not a bot!

Waiting is one option. I looked at the package definition and it does not have a ‘nice’ way to override the package version.

1 Like

It won’t get backported because it’s a breaking change (drops i686 support).
You can try copying the entire package definition into its own file and callPackage it in your config.

We don’t know what that is, you’ll have to share code.

For x86_64 users it should be as multiple versions can be maintained at once.