about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorclerie <git@clerie.de>2022-12-19 22:34:17 +0100
committerclerie <git@clerie.de>2022-12-19 22:34:17 +0100
commitd410c735927364efcc3f0d2106a8e7976ae4344e (patch)
tree7162b96d6a2d0f53050c735957dbc363a2b06f48 /pkgs/shells
parent8a3c6a836c2e860b506e9b9890d5838f87f41d60 (diff)
downloadnixlib-d410c735927364efcc3f0d2106a8e7976ae4344e.tar
nixlib-d410c735927364efcc3f0d2106a8e7976ae4344e.tar.gz
nixlib-d410c735927364efcc3f0d2106a8e7976ae4344e.tar.bz2
nixlib-d410c735927364efcc3f0d2106a8e7976ae4344e.tar.lz
nixlib-d410c735927364efcc3f0d2106a8e7976ae4344e.tar.xz
nixlib-d410c735927364efcc3f0d2106a8e7976ae4344e.tar.zst
nixlib-d410c735927364efcc3f0d2106a8e7976ae4344e.zip
tcsh: 6.24.00 -> 6.24.06
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/tcsh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/tcsh/default.nix b/pkgs/shells/tcsh/default.nix
index 8ca3eb5a9ee1..0c2384ef4596 100644
--- a/pkgs/shells/tcsh/default.nix
+++ b/pkgs/shells/tcsh/default.nix
@@ -8,11 +8,11 @@
 
 stdenv.mkDerivation rec {
   pname = "tcsh";
-  version = "6.24.00";
+  version = "6.24.06";
 
   src = fetchurl {
     url = "mirror://tcsh/${pname}-${version}.tar.gz";
-    hash = "sha256-YL4sUEvY8fpuQksZVkldfnztUqKslNtf0n9La/yPdPA=";
+    hash = "sha256-qM0M0d3JT4cGgcy9CaNREFDppx5f6ZorAHlB9eGyt6U=";
   };
 
   strictDeps = true;