Skip to content

Commit

Permalink
dropbox: 20.4.19 -> 21.4.25
Browse files Browse the repository at this point in the history
(cherry picked from commit bb1496332ed66dbbd851fa13bf52929e384d1e32)
  • Loading branch information
Peter Hoeg committed Mar 10, 2017
1 parent 2ba0e2d commit f89ab94
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 = "20.4.19";
version = "21.4.25";
sha256 =
{
"x86_64-linux" = "1970zrvk2pbs7fa7q4rqc8c1vvsvcris8ybnihazh5pqii91s16l";
"i686-linux" = "1p3fdjrin5v9ifz6lba1pvb2pw3nmsiqq0jp56vgdk5jzmky23km";
"x86_64-linux" = "1pgab1ah6rl30rm4dj0biq5714pfzd5jjd2bp0nmhdqn1hm5vmhv";
"i686-linux" = "05kn8qman8ghknb0chrlmcxrxg7w6l79frkaqj6blgnhanh13h4n";
}."${stdenv.system}" or (throw "system ${stdenv.system} not supported");

arch =
Expand Down

0 comments on commit f89ab94

Please sign in to comment.