Merge pull request #234400 from r-ryantm/auto-update/ls-lint

ls-lint: 1.11.2 -> 2.0.0

authored by

Florian Klink and committed by
GitHub
ce5a0350 461a1848

+3 -3
+3 -3
pkgs/development/tools/ls-lint/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "ls-lint"; 5 - version = "1.11.2"; 5 + version = "2.0.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "loeffel-io"; 9 9 repo = "ls-lint"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-mt1SvRHtAA0lChZ//8XIQGDPg1l1EOMkPIAe8YKhMSs="; 11 + sha256 = "sha256-eEP/l3vdObdxUYIp8eSSCn3W0ypcmykbwQTDP083MVE="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-OEwN9kj1npI+H7DY+e3tl5TIY/qr4y2CgAV5fwNA9l4="; 14 + vendorHash = "sha256-nSHhU6z3ItCKBZy8ENBcAkXqSVo3DU6hAyezQczKShM="; 15 15 16 16 meta = with lib; { 17 17 description = "An extremely fast file and directory name linter";