dropbox: 3.18.1 -> 3.20.1

This commit is contained in:
Herwig Hochleitner 2016-05-10 19:22:37 +02:00
parent 31dc954bc1
commit 9c9198aac7
1 changed files with 3 additions and 3 deletions

View File

@ -20,11 +20,11 @@
let
# NOTE: When updating, please also update in current stable, as older versions stop working
version = "3.18.1";
version = "3.20.1";
sha256 =
{
"x86_64-linux" = "1qdahr8xzk3zrrv89335l3aa2gfgjn1ymfixj9zgipv34grkjghm";
"i686-linux" = "015bjkr2dwyac410i398qm1v60rqln539wcj5f25q776haycbcji";
"x86_64-linux" = "170xnrxlsadl5iw96276f8l3w687l6n5j5m8z4djsfqqr3lqjxvg";
"i686-linux" = "0a7k56ib2qp5560wmbk7b30pqf7h9h7rjnq850993gn9lfwz81q2";
}."${stdenv.system}" or (throw "system ${stdenv.system} not supported");
arch =