summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2010-02-13 17:39:27 +0000
committerMarc Weber <marco-oweber@gmx.de>2010-02-13 17:39:27 +0000
commit58747b8bf2efa3a0b4399d2b4fbf3a79e753ce8b (patch)
treed192c311d29e5d9e9031f497e9106f447f4dde9c /pkgs
parentedc1d89a45996b973588830939dc7d5c015fa867 (diff)
downloadnixlib-58747b8bf2efa3a0b4399d2b4fbf3a79e753ce8b.tar
nixlib-58747b8bf2efa3a0b4399d2b4fbf3a79e753ce8b.tar.gz
nixlib-58747b8bf2efa3a0b4399d2b4fbf3a79e753ce8b.tar.bz2
nixlib-58747b8bf2efa3a0b4399d2b4fbf3a79e753ce8b.tar.lz
nixlib-58747b8bf2efa3a0b4399d2b4fbf3a79e753ce8b.tar.xz
nixlib-58747b8bf2efa3a0b4399d2b4fbf3a79e753ce8b.tar.zst
nixlib-58747b8bf2efa3a0b4399d2b4fbf3a79e753ce8b.zip
rxvt-unicode upgrade to 9.0.7 - didn't compile
svn path=/nixpkgs/trunk/; revision=19984
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/rxvt_unicode/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/rxvt_unicode/default.nix b/pkgs/applications/misc/rxvt_unicode/default.nix
index 7ce77eb66946..74eead5e782c 100644
--- a/pkgs/applications/misc/rxvt_unicode/default.nix
+++ b/pkgs/applications/misc/rxvt_unicode/default.nix
@@ -3,7 +3,7 @@ args: with args;
 # see man urxvtperl for details
 let 
   name = "rxvt-unicode";
-  version = "9.06";
+  version = "9.07";
   n = "${name}-${version}";
 in
 stdenv.mkDerivation (rec {
@@ -11,8 +11,8 @@ stdenv.mkDerivation (rec {
   name = "${n}${if perlSupport then "-with-perl" else ""}";
 
   src = fetchurl {
-    url = "http://dist.schmorp.de/rxvt-unicode/Attic/${n}.tar.bz2";
-    sha256 = "8ef9359c01059efd330626c6cd7b082be9bf10587f2b9fe84caa43a84aa576d1";
+    url = "http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-9.07.tar.bz2";
+    sha256 = "18y5mb3cm1gawjm723q5r7yk37s9drzg39kna036i694m2667865";
   };
 
   buildInputs = [ libX11 libXt libXft ncurses /* required to build the terminfo file */ ]