summary refs log tree commit diff
path: root/pkgs/shells/tcsh
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-12 23:44:53 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-05-14 09:48:58 +0200
commitc9d1ef7cd7fef4a220d1ce308d4d0ba6d36ae9da (patch)
tree0ae3688b202654030eabb7bf8a3a0acf521a207f /pkgs/shells/tcsh
parentd1419b9df0342c3b8a9d4e5b23091c0ebb1935bf (diff)
downloadnixpkgs-c9d1ef7cd7fef4a220d1ce308d4d0ba6d36ae9da.tar
nixpkgs-c9d1ef7cd7fef4a220d1ce308d4d0ba6d36ae9da.tar.gz
nixpkgs-c9d1ef7cd7fef4a220d1ce308d4d0ba6d36ae9da.tar.bz2
nixpkgs-c9d1ef7cd7fef4a220d1ce308d4d0ba6d36ae9da.tar.lz
nixpkgs-c9d1ef7cd7fef4a220d1ce308d4d0ba6d36ae9da.tar.xz
nixpkgs-c9d1ef7cd7fef4a220d1ce308d4d0ba6d36ae9da.tar.zst
nixpkgs-c9d1ef7cd7fef4a220d1ce308d4d0ba6d36ae9da.zip
tcsh: 6.20.00 -> 6.21.00
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tcsh/versions
Diffstat (limited to 'pkgs/shells/tcsh')
-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 0f393c11988..43dd8a40480 100644
--- a/pkgs/shells/tcsh/default.nix
+++ b/pkgs/shells/tcsh/default.nix
@@ -3,7 +3,7 @@
 
 stdenv.mkDerivation rec {
   name = "tcsh-${version}";
-  version = "6.20.00";
+  version = "6.21.00";
 
   src = fetchurl {
     urls = [
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
       "ftp://ftp.astron.com/pub/tcsh/${name}.tar.gz"
       "ftp://ftp.funet.fi/pub/unix/shells/tcsh/${name}.tar.gz"
     ];
-    sha256 = "17ggxkkn5skl0v1x0j6hbv5l0sgnidfzwv16992sqkdm983fg7dq";
+    sha256 = "0wp9cqkzdj5ahfyg9bn5z1wnyblqyv9vz4sc5aqmj7rp91a34f64";
   };
 
   buildInputs = [ ncurses ];