update to 6.15.00

svn path=/nixpkgs/trunk/; revision=10021
This commit is contained in:
Armijn Hemel 2007-12-31 20:50:52 +00:00
parent 9a2e58073e
commit ce11f316a0

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl, ncurses}:
stdenv.mkDerivation {
name = "tcsh-6.14.00";
name = "tcsh-6.15.00";
src = fetchurl {
url = ftp://ftp.gw.com/pub/unix/tcsh/tcsh-6.14.00.tar.gz;
md5 = "353d1bb7d2741bf8de602c7b6f0efd79";
url = ftp://ftp.funet.fi/pub/unix/shells/tcsh/tcsh-6.15.00.tar.gz;
sha256 = "1p5chgvj87m2dv4ci9qf4i81gav0lzr7rkcm320sj62z09ckxa6w";
};
buildInputs = [ncurses];
}