about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/tc/tcsh/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/by-name/tc/tcsh/package.nix')
-rw-r--r--nixpkgs/pkgs/by-name/tc/tcsh/package.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/by-name/tc/tcsh/package.nix b/nixpkgs/pkgs/by-name/tc/tcsh/package.nix
index 4fa358fbb7c3..abc58430f2e6 100644
--- a/nixpkgs/pkgs/by-name/tc/tcsh/package.nix
+++ b/nixpkgs/pkgs/by-name/tc/tcsh/package.nix
@@ -8,11 +8,11 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "tcsh";
-  version = "6.24.10";
+  version = "6.24.11";
 
   src = fetchurl {
     url = "mirror://tcsh/tcsh-${finalAttrs.version}.tar.gz";
-    hash = "sha256-E0dcD763QTnTPteTvwD/u7KsLcn7HURGekEHYKujZmQ=";
+    hash = "sha256-tae2J6uz7y6NOoabtnXQ6SfYUHBER6Gyx3lGwNMkeZ0=";
   };
 
   strictDeps = true;
@@ -31,6 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
   meta = {
     homepage = "https://www.tcsh.org/";
     description = "An enhanced version of the Berkeley UNIX C shell (csh)";
+    mainProgram = "tcsh";
     longDescription = ''
       tcsh is an enhanced but completely compatible version of the Berkeley UNIX
       C shell, csh. It is a command language interpreter usable both as an