Thanks to Tobias Hammerschmidt new updated version of rxvt-unicode

svn path=/nixpkgs/trunk/; revision=10043
This commit is contained in:
Marc Weber 2008-01-01 19:50:52 +00:00
parent f75be37d70
commit 763ac687b2

View File

@ -1,13 +1,13 @@
args: with args; stdenv.mkDerivation { args: with args; stdenv.mkDerivation {
name = "rxvt-unicode-8.4"; name = "rxvt-unicode-8.9";
buildInputs = [ libX11 libXt libXft perl ]; buildInputs = [ libX11 libXt libXft perl ];
src = fetchurl { src = fetchurl {
url = http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-8.4.tar.bz2; url = http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-8.9.tar.bz2;
sha256 = "ff8d904a815151edde72bb3e51d1561125813569cb3d487cbac428ec23facdbb"; sha256 = "89858c5bfe72dba037cd3435b2221269580f3c699553fe24ee468ddec8831d27";
}; };
meta = { meta = {
description = "rxvt-unicode is a clone of the well known terminal emulator rxvt."; description = "rxvt-unicode is a clone of the well known terminal emulator rxvt.";
homepage = "http://software.schmorp.de/pkg/rxvt-unicode.html"; homepage = "http://software.schmorp.de/pkg/rxvt-unicode.html";