ls-lint: 1.11.2 -> 2.0.0

This commit is contained in:
R. Ryantm 2023-05-27 10:05:20 +00:00
parent 8d908a2ed4
commit 3eefbfb3a9

View file

@ -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";