summary refs log tree commit diff
path: root/pkgs/applications/networking/dropbox
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2013-01-18 01:01:48 +0100
committerAristid Breitkreuz <aristidb@gmail.com>2013-01-18 01:01:48 +0100
commitffeb15e77bdfd70f7131781c7ad2e3b134b19898 (patch)
treeda0c269f69e338443cea7654da8387716fa3fdce /pkgs/applications/networking/dropbox
parentd8e722985bac5f8448d5287840ee50517154443e (diff)
downloadnixpkgs-ffeb15e77bdfd70f7131781c7ad2e3b134b19898.tar
nixpkgs-ffeb15e77bdfd70f7131781c7ad2e3b134b19898.tar.gz
nixpkgs-ffeb15e77bdfd70f7131781c7ad2e3b134b19898.tar.bz2
nixpkgs-ffeb15e77bdfd70f7131781c7ad2e3b134b19898.tar.lz
nixpkgs-ffeb15e77bdfd70f7131781c7ad2e3b134b19898.tar.xz
nixpkgs-ffeb15e77bdfd70f7131781c7ad2e3b134b19898.tar.zst
nixpkgs-ffeb15e77bdfd70f7131781c7ad2e3b134b19898.zip
update dropbox to 1.4.21 (stable)
Diffstat (limited to 'pkgs/applications/networking/dropbox')
-rw-r--r--pkgs/applications/networking/dropbox/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/dropbox/default.nix b/pkgs/applications/networking/dropbox/default.nix
index f1a906f9250..97b7cb51097 100644
--- a/pkgs/applications/networking/dropbox/default.nix
+++ b/pkgs/applications/networking/dropbox/default.nix
@@ -21,8 +21,8 @@ assert stdenv.system == "x86_64-linux";
 
 let
 
-  version = "1.4.0";
-  sha256 = "93933d95cce5956ed99342fa342d01ce2bde8d2e4339afb97f23e0c0ec98875e";
+  version = "1.4.21";
+  sha256 = "94073842f4a81feee80bca590e1df73fc3cab47ba879407ceba2de48f30d84e2";
 
   # relative location where the dropbox libraries are stored
   appdir = "opt/dropbox";