tcsh: 6.24.14 -> 6.24.15

Changes since 6.24.14:

 42. V6.24.15 - 2025-02-04

(Build fixes only.)

* Changes: https://github.com/tcsh-org/tcsh/blob/TCSH6_24_15/Fixes
* Diff: https://github.com/tcsh-org/tcsh/compare/TCSH6_24_14...TCSH6_24_15
This commit is contained in:
Kimmo Suominen
2025-02-04 21:44:59 +02:00
parent 48c80b5ffc
commit 9d28b008ce
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tcsh";
version = "6.24.14";
version = "6.24.15";
src = fetchurl {
url = "mirror://tcsh/tcsh-${finalAttrs.version}.tar.gz";
hash = "sha256-NogPJYpj/BH+cqZQmLWF68Ts3uJDiLjr7Jfmro5IUxg=";
hash = "sha256-1NCypN8yD1elGORMNZ7za7z4XWT1FG0MuP80mE4NI/0=";
};
strictDeps = true;