ls-lint: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm 2023-07-08 15:42:03 +00:00
parent 49413e25e0
commit 40c09afe5f

View file

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