about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-01-07 18:01:08 +0000
committerGitHub <noreply@github.com>2023-01-07 18:01:08 +0000
commit3b3114f45d142b4265844abe0824b0c280bfbb5d (patch)
tree1e0d9fa09d260447cdc4f72872a186f0e016f68a /pkgs/shells
parent76d33189bafb52287ae57e7090b9af6786e424dd (diff)
parent716cab14032dde128e5ef08c3ba31066d7802e51 (diff)
downloadnixlib-3b3114f45d142b4265844abe0824b0c280bfbb5d.tar
nixlib-3b3114f45d142b4265844abe0824b0c280bfbb5d.tar.gz
nixlib-3b3114f45d142b4265844abe0824b0c280bfbb5d.tar.bz2
nixlib-3b3114f45d142b4265844abe0824b0c280bfbb5d.tar.lz
nixlib-3b3114f45d142b4265844abe0824b0c280bfbb5d.tar.xz
nixlib-3b3114f45d142b4265844abe0824b0c280bfbb5d.tar.zst
nixlib-3b3114f45d142b4265844abe0824b0c280bfbb5d.zip
Merge master into staging-next
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 0c2384ef4596..1676d2f08450 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.06";
+  version = "6.24.07";
 
   src = fetchurl {
     url = "mirror://tcsh/${pname}-${version}.tar.gz";
-    hash = "sha256-qM0M0d3JT4cGgcy9CaNREFDppx5f6ZorAHlB9eGyt6U=";
+    hash = "sha256-dOTpgFy9lBPtNLT/odcvyNDvgaW3lHaFQJFBbOkzaZU=";
   };
 
   strictDeps = true;