Merged with trunk

svn path=/nixpkgs/branches/stdenv-updates/; revision=10145
This commit is contained in:
Yury G. Kudryashov
2008-01-15 00:55:21 +00:00
parent e17a21b820
commit a7703662a4
125 changed files with 2379 additions and 487 deletions

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];
}