Skip to content

Commit

Permalink
dropbox: 21.4.25 -> 22.4.24
Browse files Browse the repository at this point in the history
(cherry picked from commit 84b7684)
  • Loading branch information
ttuegel committed Mar 26, 2017
1 parent b1e7e94 commit 1d3e218
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/dropbox/default.nix
Expand Up @@ -22,11 +22,11 @@
let
# NOTE: When updating, please also update in current stable,
# as older versions stop working
version = "21.4.25";
version = "22.4.24";
sha256 =
{
"x86_64-linux" = "1pgab1ah6rl30rm4dj0biq5714pfzd5jjd2bp0nmhdqn1hm5vmhv";
"i686-linux" = "05kn8qman8ghknb0chrlmcxrxg7w6l79frkaqj6blgnhanh13h4n";
"x86_64-linux" = "1353mwk8hjqfc9a87zrp12klsc4anrxr7ccai4cffnq0yw2pnbfp";
"i686-linux" = "07gpdxq61qkj3c4aywh61zwj34w7j24gcv5y2xf2qgcwn8bykks2";
}."${stdenv.system}" or (throw "system ${stdenv.system} not supported");

arch =
Expand Down

0 comments on commit 1d3e218

Please sign in to comment.