update to 6.15.00
svn path=/nixpkgs/trunk/; revision=10021
This commit is contained in:
parent
9a2e58073e
commit
ce11f316a0
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, ncurses}:
|
{stdenv, fetchurl, ncurses}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "tcsh-6.14.00";
|
name = "tcsh-6.15.00";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.gw.com/pub/unix/tcsh/tcsh-6.14.00.tar.gz;
|
url = ftp://ftp.funet.fi/pub/unix/shells/tcsh/tcsh-6.15.00.tar.gz;
|
||||||
md5 = "353d1bb7d2741bf8de602c7b6f0efd79";
|
sha256 = "1p5chgvj87m2dv4ci9qf4i81gav0lzr7rkcm320sj62z09ckxa6w";
|
||||||
};
|
};
|
||||||
buildInputs = [ncurses];
|
buildInputs = [ncurses];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user