summary refs log tree commit diff
path: root/pkgs/desktops/xfce-4
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2010-08-05 15:47:15 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2010-08-05 15:47:15 +0000
commit5f8b8ae1d1577aea8b7fccf68abd5fc777135287 (patch)
tree16938d56fb432246966683e60827860d7f0f3f21 /pkgs/desktops/xfce-4
parentdbef94575c7f6c223c6a9cd6a3d74417341e1e78 (diff)
downloadnixlib-5f8b8ae1d1577aea8b7fccf68abd5fc777135287.tar
nixlib-5f8b8ae1d1577aea8b7fccf68abd5fc777135287.tar.gz
nixlib-5f8b8ae1d1577aea8b7fccf68abd5fc777135287.tar.bz2
nixlib-5f8b8ae1d1577aea8b7fccf68abd5fc777135287.tar.lz
nixlib-5f8b8ae1d1577aea8b7fccf68abd5fc777135287.tar.xz
nixlib-5f8b8ae1d1577aea8b7fccf68abd5fc777135287.tar.zst
nixlib-5f8b8ae1d1577aea8b7fccf68abd5fc777135287.zip
* Added weechat and updated xfce-terminal and vte. (From Graeme
  Caldwell <graemercaldwell@gmail.com>.)

svn path=/nixpkgs/trunk/; revision=22965
Diffstat (limited to 'pkgs/desktops/xfce-4')
-rw-r--r--pkgs/desktops/xfce-4/applications/terminal/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/desktops/xfce-4/applications/terminal/default.nix b/pkgs/desktops/xfce-4/applications/terminal/default.nix
index 8a05d999fc19..85f1aa211362 100644
--- a/pkgs/desktops/xfce-4/applications/terminal/default.nix
+++ b/pkgs/desktops/xfce-4/applications/terminal/default.nix
@@ -6,10 +6,10 @@
 }:
 
 stdenv.mkDerivation {
-  name = "xfce-terminal-0.4.4";
+  name = "xfce-terminal-0.4.5";
   src = fetchurl {
-    url = http://archive.xfce.org/src/apps/terminal/0.4/Terminal-0.4.4.tar.bz2;
-    sha256 = "1cmkrzgi2j5dgb1jigdqigf7fa84hh9l2bclgxzn17168cwpd1lw";
+    url = http://archive.xfce.org/src/apps/terminal/0.4/Terminal-0.4.5.tar.bz2;
+    sha256 = "14w8mhmyrq6dd9574zfvq0pymknljckq6qgcv1r6c1r22jydrzcj";
   };
 
   buildInputs = [ pkgconfig intltool libexo gtk vte libxfce4util ncurses ];