File tree 1 file changed +4
-4
lines changed
pkgs/applications/networking/dropbox
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
let
24
24
# NOTE: When updating, please also update in current stable,
25
25
# as older versions stop working
26
- version = "25 .4.28 " ;
26
+ version = "26 .4.24 " ;
27
27
sha256 =
28
28
{
29
- "x86_64-linux" = "0r0bdl37rkar3nijxslp493mic5qd20l125p1kghqbradvh57rl3 " ;
30
- "i686-linux" = "1difq6ky1klvminbzjivvq6ap3l296gij0ghgyy1n4lca3jqq648 " ;
29
+ "x86_64-linux" = "1qzz88d3akbqfk1539w2z0ldyjjscqjqgsvadf9i4xr2y0syfv4y " ;
30
+ "i686-linux" = "12xwmmycrg56xl88k9pqd7mcn0jqi4jijf36vn4fdjvmn7ksskcw " ;
31
31
} . "${ stdenv . system } " or ( throw "system ${ stdenv . system } not supported" ) ;
32
32
33
33
arch =
@@ -62,7 +62,7 @@ in stdenv.mkDerivation {
62
62
name = "dropbox-${ version } " ;
63
63
src = fetchurl {
64
64
name = "dropbox-${ version } .tar.gz" ;
65
- url = "https://dl-web.dropbox .com/u/17 /dropbox-lnx.${ arch } -${ version } .tar.gz" ;
65
+ url = "https://clientupdates.dropboxstatic .com/dbx-releng/client /dropbox-lnx.${ arch } -${ version } .tar.gz" ;
66
66
inherit sha256 ;
67
67
} ;
68
68
You can’t perform that action at this time.
0 commit comments