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
This commit is contained in:
R. RyanTM 2019-05-12 23:44:53 -07:00 committed by Frederik Rietdijk
parent d1419b9df0
commit c9d1ef7cd7

View File

@ -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 ];