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

ls-lint: 2.0.0 -> 2.0.1
This commit is contained in:
Florian Klink 2023-07-08 19:14:17 +03:00 committed by GitHub
commit 1731b718c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ls-lint";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "loeffel-io";
repo = "ls-lint";
rev = "v${version}";
sha256 = "sha256-eEP/l3vdObdxUYIp8eSSCn3W0ypcmykbwQTDP083MVE=";
sha256 = "sha256-JG3gDmPfeGyiiIsFX0jFN1Xi9lY4eednmEfJLdu0atA=";
};
vendorHash = "sha256-nSHhU6z3ItCKBZy8ENBcAkXqSVo3DU6hAyezQczKShM=";
vendorHash = "sha256-/6Y20AvhUShaE1sNTccB62x8YkVLLjhl6fg5oY4gL4I=";
meta = with lib; {
description = "An extremely fast file and directory name linter";