summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-03-07 22:30:57 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-03-09 12:05:29 -0300
commitaea2be707028a175c5c607531f6275c6086a3fc6 (patch)
tree04de60eb23da0b83224793fec848b7bf96f1ef6d
parent9a4f967173534d3f007e10b493b0a94248d53634 (diff)
downloadnixpkgs-aea2be707028a175c5c607531f6275c6086a3fc6.tar
nixpkgs-aea2be707028a175c5c607531f6275c6086a3fc6.tar.gz
nixpkgs-aea2be707028a175c5c607531f6275c6086a3fc6.tar.bz2
nixpkgs-aea2be707028a175c5c607531f6275c6086a3fc6.tar.lz
nixpkgs-aea2be707028a175c5c607531f6275c6086a3fc6.tar.xz
nixpkgs-aea2be707028a175c5c607531f6275c6086a3fc6.tar.zst
nixpkgs-aea2be707028a175c5c607531f6275c6086a3fc6.zip
tcsh: 6.23.02 -> 6.24.00
-rw-r--r--pkgs/shells/tcsh/default.nix15
1 files changed, 8 insertions, 7 deletions
diff --git a/pkgs/shells/tcsh/default.nix b/pkgs/shells/tcsh/default.nix
index 1befd289757..2c8548fb1fd 100644
--- a/pkgs/shells/tcsh/default.nix
+++ b/pkgs/shells/tcsh/default.nix
@@ -7,20 +7,21 @@
 
 stdenv.mkDerivation rec {
   pname = "tcsh";
-  version = "6.23.02";
+  version = "6.24.00";
 
   src = fetchurl {
     urls = [
-      "https://astron.com/pub/tcsh/old/${pname}-${version}.tar.gz"
       "https://astron.com/pub/tcsh/${pname}-${version}.tar.gz"
-      "http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/old/${pname}-${version}.tar.gz"
+      "https://astron.com/pub/tcsh/old/${pname}-${version}.tar.gz"
       "http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/${pname}-${version}.tar.gz"
-      "ftp://ftp.funet.fi/pub/unix/shells/tcsh/old/${pname}-${version}.tar.gz"
-      "ftp://ftp.funet.fi/pub/unix/shells/tcsh/${pname}-${version}.tar.gz"
-      "ftp://ftp.astron.com/pub/tcsh/old/${pname}-${version}.tar.gz"
+      "http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/old/${pname}-${version}.tar.gz"
+
       "ftp://ftp.astron.com/pub/tcsh/${pname}-${version}.tar.gz"
+      "ftp://ftp.astron.com/pub/tcsh/old/${pname}-${version}.tar.gz"
+      "ftp://ftp.funet.fi/pub/unix/shells/tcsh/${pname}-${version}.tar.gz"
+      "ftp://ftp.funet.fi/pub/unix/shells/tcsh/old/${pname}-${version}.tar.gz"
     ];
-    hash = "sha256-wD+AQFE2cxswkdpzWoHN2EgAhRAySrMl8jWv9wnkRus=";
+    hash = "sha256-YL4sUEvY8fpuQksZVkldfnztUqKslNtf0n9La/yPdPA=";
   };
 
   buildInputs = [