Updating tcsh, so its url even works.
svn path=/nixpkgs/trunk/; revision=15137
This commit is contained in:
parent
ffcd38403e
commit
306b6e87a5
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, ncurses}:
|
{stdenv, fetchurl, ncurses}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "tcsh-6.15.00";
|
name = "tcsh-6.16.00";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.funet.fi/pub/unix/shells/tcsh/tcsh-6.15.00.tar.gz;
|
url = ftp://ftp.funet.fi/pub/unix/shells/tcsh/tcsh-6.16.00.tar.gz;
|
||||||
sha256 = "1p5chgvj87m2dv4ci9qf4i81gav0lzr7rkcm320sj62z09ckxa6w";
|
sha256 = "1m0p8lqqna3vpf2k4x3hia3rlrz38av67x7hb4qsiq2kfpbbh0vn";
|
||||||
};
|
};
|
||||||
buildInputs = [ncurses];
|
buildInputs = [ncurses];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user