summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-23 11:59:43 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-23 11:59:43 +0000
commitf762b50991f1434f2f449304d718d928a1b7b2f9 (patch)
treeefc00b1e7221b3b2c3560ca6d7bca5ce3fa36ff8 /pkgs/shells
parentc13587d6b32bcb9fcbf4ccfc475f3ece1caa8357 (diff)
parent4c02ccd10783eecef9f613d86ebf576cac851830 (diff)
* Another sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/tcsh/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/tcsh/default.nix b/pkgs/shells/tcsh/default.nix
index f0ef071bb56c2..56f446c2e510e 100644
--- a/pkgs/shells/tcsh/default.nix
+++ b/pkgs/shells/tcsh/default.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl, ncurses}:
 
 stdenv.mkDerivation {
-  name = "tcsh-6.15.00";
+  name = "tcsh-6.16.00";
   src = fetchurl {
-    url = ftp://ftp.funet.fi/pub/unix/shells/tcsh/tcsh-6.15.00.tar.gz;
-    sha256 = "1p5chgvj87m2dv4ci9qf4i81gav0lzr7rkcm320sj62z09ckxa6w";
+    url = ftp://ftp.funet.fi/pub/unix/shells/tcsh/tcsh-6.16.00.tar.gz;
+    sha256 = "1m0p8lqqna3vpf2k4x3hia3rlrz38av67x7hb4qsiq2kfpbbh0vn";
   };
   buildInputs = [ncurses];
 }