summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-01-07 12:07:27 -0300
committerGitHub <noreply@github.com>2023-01-07 12:07:27 -0300
commitbffa3339285915c9dd68935453e44ac4eff4d511 (patch)
tree21afec715c456b319c36f401bc18095e0564309d /pkgs
parent30a6a3cded93b42ba2c6efcb3f65140e5d46052b (diff)
parent77d8ad0273e5a0a21e0a36e7f2b6a45b8d088cad (diff)
Merge pull request #209435 from foo-dogsquared/update-tcsh
tcsh: 6.24.06 -> 6.24.07
Diffstat (limited to 'pkgs')
-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;