Skip to content

Commit 2099f0a

Browse files
committedMay 17, 2017
dropbox: 25.4.28 -> 26.4.24
1 parent fcbb9b3 commit 2099f0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎pkgs/applications/networking/dropbox/default.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
let
2424
# NOTE: When updating, please also update in current stable,
2525
# as older versions stop working
26-
version = "25.4.28";
26+
version = "26.4.24";
2727
sha256 =
2828
{
29-
"x86_64-linux" = "0r0bdl37rkar3nijxslp493mic5qd20l125p1kghqbradvh57rl3";
30-
"i686-linux" = "1difq6ky1klvminbzjivvq6ap3l296gij0ghgyy1n4lca3jqq648";
29+
"x86_64-linux" = "1qzz88d3akbqfk1539w2z0ldyjjscqjqgsvadf9i4xr2y0syfv4y";
30+
"i686-linux" = "12xwmmycrg56xl88k9pqd7mcn0jqi4jijf36vn4fdjvmn7ksskcw";
3131
}."${stdenv.system}" or (throw "system ${stdenv.system} not supported");
3232

3333
arch =
@@ -62,7 +62,7 @@ in stdenv.mkDerivation {
6262
name = "dropbox-${version}";
6363
src = fetchurl {
6464
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";
6666
inherit sha256;
6767
};
6868

0 commit comments

Comments
 (0)
Please sign in to comment.