1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-blhb7+SmB3p6udGcbA8eCpSaqlTCca8J0Y/8riNRjW0=";
14 vendorHash = "sha256-qXx83jtkVzN+ydXjW4Nkz49rhSLbAS2597iuYUDsEo4=";
17 description = "An extremely fast file and directory name linter";
18 mainProgram = "ls_lint";
19 homepage = "https://ls-lint.org/";
20 license = licenses.mit;
21 maintainers = with maintainers; [ flokli ];