Merge pull request #206925 from clerie/clerie/tcsh-6.24.06

tcsh: 6.24.00 -> 6.24.06
This commit is contained in:
Anderson Torres
2022-12-19 19:23:07 -03:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "tcsh";
version = "6.24.00";
version = "6.24.06";
src = fetchurl {
url = "mirror://tcsh/${pname}-${version}.tar.gz";
hash = "sha256-YL4sUEvY8fpuQksZVkldfnztUqKslNtf0n9La/yPdPA=";
hash = "sha256-qM0M0d3JT4cGgcy9CaNREFDppx5f6ZorAHlB9eGyt6U=";
};
strictDeps = true;