3
0
Fork 0
forked from mirrors/nixpkgs

dropbox: 3.12.6 -> 3.14.5

Also updates qt5 dependency to qt55, as per release notes: https://www.dropboxforum.com/hc/en-us/community/posts/205672126-Release-Candidate-3-14-5
This commit is contained in:
Herwig Hochleitner 2016-02-16 21:04:18 +01:00
parent 3e358e255e
commit a0661f84f0
2 changed files with 4 additions and 4 deletions

View file

@ -20,11 +20,11 @@
let
# NOTE: When updating, please also update in current stable, as older versions stop working
version = "3.12.6";
version = "3.14.5";
sha256 =
{
"x86_64-linux" = "16d0g9bygvaixv4r42p72z6a6wqhkf5qzb058lijih93zjr8zjlj";
"i686-linux" = "1pgqz6axzzyaahql01g0l80an39hd9j4dnq0vfavwvb2qkb27dph";
"x86_64-linux" = "02yjc910j3m61yd19akfv5yxh0a06cqwx2rxb2xhdbf1cb6c2wdg";
"i686-linux" = "0aqni6gsnbmshczxwn10qbp43qqnprxr18spx7dc9cz9cq27rgrv";
}."${stdenv.system}" or (throw "system ${stdenv.system} not supported");
arch =

View file

@ -13380,7 +13380,7 @@ let
copy-com = callPackage ../applications/networking/copy-com { };
dropbox = qt5.callPackage ../applications/networking/dropbox { };
dropbox = qt55.callPackage ../applications/networking/dropbox { };
dropbox-cli = callPackage ../applications/networking/dropbox-cli { };