testing/lsd: upgrade to 0.22.0
- Add support for --header from MichaelAug
- Add support for --no-sort -U from MichaelAug
- Add --group-directories-first as an alias for --group-dirs=first to improve compatibility with coreutils/ls
- Add --permission flag to choose permission formatting (rwx, octal) from meain
- Display MAC contexts and MAC and ACL indicators from mmatous
- Add --hyperlink flag for adding hyperlinks to files from KSXGitHub and meain
- Add icons for HEIC, PEM and TOML from Nix
- Lot more new icons from Babkock
- Show Docker icon for files with Dockerfile extension #652 (closed) from TeamTamoad
- Support non-bold bright colors #248 (closed) from meain
- Don't automatically dereference symlinks in tree/recursive #637 (closed) from meain
- Removed useless error message when attempting to make a hyperlink for a broken symlink from KodiCraft