Skip to content

Commit

Permalink
dropbox: 16.4.29 -> 16.4.30
Browse files Browse the repository at this point in the history
(cherry picked from commit c08556f)
  • Loading branch information
Peter Hoeg authored and grahamc committed Jan 1, 2017
1 parent a907494 commit 64a1302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/dropbox/default.nix
Expand Up @@ -23,11 +23,11 @@
let
# NOTE: When updating, please also update in current stable,
# as older versions stop working
version = "16.4.29";
version = "16.4.30";
sha256 =
{
"x86_64-linux" = "0zng19qisbr3c9d312ar43p1b44xidabj4x2l3g3q85i300vj661";
"i686-linux" = "0hc5fs0akc437valbxwlymk7ncjkdnhc51pja5bbiy48gqmd42bb";
"x86_64-linux" = "0inwc12d14i6gyfllxbhizb434a7vy0l5nvc07kz0bca7c4665wb";
"i686-linux" = "0pdn8558ll317k3jrrjir90pn6abwbm99y9wzdq39wxj4dmrlh6w";
}."${stdenv.system}" or (throw "system ${stdenv.system} not supported");

arch =
Expand Down

0 comments on commit 64a1302

Please sign in to comment.