Unverified Commit ce5a0350 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

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

ls-lint: 1.11.2 -> 2.0.0
parents 461a1848 3eefbfb3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "ls-lint";
  version = "1.11.2";
  version = "2.0.0";

  src = fetchFromGitHub {
    owner = "loeffel-io";
    repo = "ls-lint";
    rev = "v${version}";
    sha256 = "sha256-mt1SvRHtAA0lChZ//8XIQGDPg1l1EOMkPIAe8YKhMSs=";
    sha256 = "sha256-eEP/l3vdObdxUYIp8eSSCn3W0ypcmykbwQTDP083MVE=";
  };

  vendorSha256 = "sha256-OEwN9kj1npI+H7DY+e3tl5TIY/qr4y2CgAV5fwNA9l4=";
  vendorHash = "sha256-nSHhU6z3ItCKBZy8ENBcAkXqSVo3DU6hAyezQczKShM=";

  meta = with lib; {
    description = "An extremely fast file and directory name linter";