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.
This commit is contained in:
parent
bcee548e8e
commit
08884d6a0f
@ -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 = "81.4.195";
|
version = "83.4.152";
|
||||||
|
|
||||||
arch = {
|
arch = {
|
||||||
x86_64-linux = "x86_64";
|
x86_64-linux = "x86_64";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user