lol

tcsh: 6.24.14 -> 6.24.15 (#379403)

authored by scrumplex.net and committed by

GitHub c2ce1970 9af85d1d

+2 -2
+2 -2
pkgs/by-name/tc/tcsh/package.nix
··· 9 9 10 10 stdenv.mkDerivation (finalAttrs: { 11 11 pname = "tcsh"; 12 - version = "6.24.14"; 12 + version = "6.24.15"; 13 13 14 14 src = fetchurl { 15 15 url = "mirror://tcsh/tcsh-${finalAttrs.version}.tar.gz"; 16 - hash = "sha256-NogPJYpj/BH+cqZQmLWF68Ts3uJDiLjr7Jfmro5IUxg="; 16 + hash = "sha256-1NCypN8yD1elGORMNZ7za7z4XWT1FG0MuP80mE4NI/0="; 17 17 }; 18 18 19 19 strictDeps = true;