Skip to content

Commit

Permalink
Merge pull request #265595 from r-ryantm/auto-update/ls-lint
Browse files Browse the repository at this point in the history
ls-lint: 2.1.0 -> 2.2.2
  • Loading branch information
flokli authored Nov 5, 2023
2 parents a0b3b06 + 5e530fa commit 58f5915
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/ls-lint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "ls-lint";
version = "2.1.0";
version = "2.2.2";

src = fetchFromGitHub {
owner = "loeffel-io";
repo = "ls-lint";
rev = "v${version}";
sha256 = "sha256-AlIXZ2tf1pFj6LVz8kyCFq0dUEPBm+0ejQH7VXm4H+M=";
sha256 = "sha256-twXaiPccc6DZdzKdvB+BzHbRuwgDy05C3jNg7Ur8yrA=";
};

vendorHash = "sha256-/6Y20AvhUShaE1sNTccB62x8YkVLLjhl6fg5oY4gL4I=";
vendorHash = "sha256-uyNOcIjrICr76Q8izXGRMhofDcjQrzbB/ISHTqRY5fI=";

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

0 comments on commit 58f5915

Please sign in to comment.