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

ls-lint: 2.2.2 -> 2.2.3
This commit is contained in:
Florian Klink 2024-03-22 15:12:16 +02:00 committed by GitHub
commit e1ad98971a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ls-lint";
version = "2.2.2";
version = "2.2.3";
src = fetchFromGitHub {
owner = "loeffel-io";
repo = "ls-lint";
rev = "v${version}";
sha256 = "sha256-twXaiPccc6DZdzKdvB+BzHbRuwgDy05C3jNg7Ur8yrA=";
sha256 = "sha256-blhb7+SmB3p6udGcbA8eCpSaqlTCca8J0Y/8riNRjW0=";
};
vendorHash = "sha256-uyNOcIjrICr76Q8izXGRMhofDcjQrzbB/ISHTqRY5fI=";
vendorHash = "sha256-qXx83jtkVzN+ydXjW4Nkz49rhSLbAS2597iuYUDsEo4=";
meta = with lib; {
description = "An extremely fast file and directory name linter";