summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorKim Simmons <zoomulator@gmail.com>2013-10-23 12:05:59 +0200
committerKim Simmons <zoomulator@gmail.com>2013-10-23 12:07:27 +0200
commite5129a04dc48304f9a0bdee05fcc19d9cf29d411 (patch)
treeae6af775ed5b3db17be0e4a4ee9097f465bcea00 /pkgs/applications
parentf007850b6e6be404d72c9f413b5c47b2efb1edc3 (diff)
downloadnixlib-e5129a04dc48304f9a0bdee05fcc19d9cf29d411.tar
nixlib-e5129a04dc48304f9a0bdee05fcc19d9cf29d411.tar.gz
nixlib-e5129a04dc48304f9a0bdee05fcc19d9cf29d411.tar.bz2
nixlib-e5129a04dc48304f9a0bdee05fcc19d9cf29d411.tar.lz
nixlib-e5129a04dc48304f9a0bdee05fcc19d9cf29d411.tar.xz
nixlib-e5129a04dc48304f9a0bdee05fcc19d9cf29d411.tar.zst
nixlib-e5129a04dc48304f9a0bdee05fcc19d9cf29d411.zip
Dropbox: updated to v2.4.3
Update fixed the missing tray icon. Still works with the dropbox-cli currently
in the repository if you re-install the cli.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/dropbox/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/networking/dropbox/default.nix b/pkgs/applications/networking/dropbox/default.nix
index 4e911bc33452..99589a3d71b5 100644
--- a/pkgs/applications/networking/dropbox/default.nix
+++ b/pkgs/applications/networking/dropbox/default.nix
@@ -2,7 +2,7 @@
 , libSM, libX11, libXext, libXcomposite, libXcursor, libXdamage
 , libXfixes, libXi, libXinerama, libXrandr, libXrender
 , dbus, dbus_glib, fontconfig, gcc, patchelf
-, atk, glib, gdk_pixbuf, gtk, pango
+, atk, glib, gdk_pixbuf, gtk, pango, zlib
 }:
 
 # this package contains the daemon version of dropbox
@@ -20,14 +20,14 @@ let
   arch = if stdenv.system == "x86_64-linux" then "x86_64"
     else if stdenv.system == "i686-linux" then "x86"
     else throw "Dropbox client for: ${stdenv.system} not supported!";
-    
+
   interpreter = if stdenv.system == "x86_64-linux" then "ld-linux-x86-64.so.2"
     else if stdenv.system == "i686-linux" then "ld-linux.so.2"
     else throw "Dropbox client for: ${stdenv.system} not supported!";
 
-  version = "1.4.21";
-  sha256 = if stdenv.system == "x86_64-linux" then "94073842f4a81feee80bca590e1df73fc3cab47ba879407ceba2de48f30d84e2"
-    else if stdenv.system == "i686-linux" then "121v92m20l73xjmzng3vmcp4zsp9mlbcfia73f5py5y74kndb2ap"
+  version = "2.4.3";
+  sha256 = if stdenv.system == "x86_64-linux" then "0g8iqgc18qbw8fvdjf0fhbal34rvwr5izrf5acfzqjg99dgih81r"
+    else if stdenv.system == "i686-linux" then "1nhmk319whj6cil6wg9hrfln9bxin3fnf6sxb0zg2ycfpnnqi0la"
     else throw "Dropbox client for: ${stdenv.system} not supported!";
 
   # relative location where the dropbox libraries are stored
@@ -40,7 +40,7 @@ let
       libSM libX11 libXext libXcomposite libXcursor libXdamage
       libXfixes libXi libXinerama libXrandr libXrender
       atk dbus dbus_glib glib fontconfig gcc gdk_pixbuf
-      gtk pango
+      gtk pango zlib
     ];
 
   desktopItem = makeDesktopItem {