about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2016-02-17 16:24:06 +0100
committerHerwig Hochleitner <herwig@bendlas.net>2016-02-17 16:25:01 +0100
commitebe983824b4fe32dc224be1aefbece1af9a6dcc7 (patch)
treea7769801e06c8e27adaaf31228247c4e3f1012c5 /pkgs
parenta0661f84f0b2861ca5051aceefa3635b4482eec1 (diff)
downloadnixlib-ebe983824b4fe32dc224be1aefbece1af9a6dcc7.tar
nixlib-ebe983824b4fe32dc224be1aefbece1af9a6dcc7.tar.gz
nixlib-ebe983824b4fe32dc224be1aefbece1af9a6dcc7.tar.bz2
nixlib-ebe983824b4fe32dc224be1aefbece1af9a6dcc7.tar.lz
nixlib-ebe983824b4fe32dc224be1aefbece1af9a6dcc7.tar.xz
nixlib-ebe983824b4fe32dc224be1aefbece1af9a6dcc7.tar.zst
nixlib-ebe983824b4fe32dc224be1aefbece1af9a6dcc7.zip
dropbox: 3.14.5 -> 3.14.7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/dropbox/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/dropbox/default.nix b/pkgs/applications/networking/dropbox/default.nix
index edaa5ed077fd..a180e2a01edb 100644
--- a/pkgs/applications/networking/dropbox/default.nix
+++ b/pkgs/applications/networking/dropbox/default.nix
@@ -20,11 +20,11 @@
 
 let
   # NOTE: When updating, please also update in current stable, as older versions stop working
-  version = "3.14.5";
+  version = "3.14.7";
   sha256 =
     {
-      "x86_64-linux" = "02yjc910j3m61yd19akfv5yxh0a06cqwx2rxb2xhdbf1cb6c2wdg";
-      "i686-linux" = "0aqni6gsnbmshczxwn10qbp43qqnprxr18spx7dc9cz9cq27rgrv";
+      "x86_64-linux" = "1pwmghpr0kyca2biysyk90kk9k6ffv4i95vs5rq96vc0zbckws6n";
+      "i686-linux" = "08yqrxh09cfd80kbiq1f2sirx9s85acij4khpklvvwrnf2x1i1zm";
     }."${stdenv.system}" or (throw "system ${stdenv.system} not supported");
 
   arch =