Merge pull request #295880 from r-ryantm/auto-update/tcsh

tcsh: 6.24.10 -> 6.24.11
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-03-15 02:14:26 +00:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tcsh";
version = "6.24.10";
version = "6.24.11";
src = fetchurl {
url = "mirror://tcsh/tcsh-${finalAttrs.version}.tar.gz";
hash = "sha256-E0dcD763QTnTPteTvwD/u7KsLcn7HURGekEHYKujZmQ=";
hash = "sha256-tae2J6uz7y6NOoabtnXQ6SfYUHBER6Gyx3lGwNMkeZ0=";
};
strictDeps = true;