ls-lint: 2.0.1 -> 2.1.0

This commit is contained in:
R. Ryantm 2023-09-06 01:50:19 +00:00
parent 2c9e9de1fe
commit 8ee6301283

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ls-lint";
version = "2.0.1";
version = "2.1.0";
src = fetchFromGitHub {
owner = "loeffel-io";
repo = "ls-lint";
rev = "v${version}";
sha256 = "sha256-JG3gDmPfeGyiiIsFX0jFN1Xi9lY4eednmEfJLdu0atA=";
sha256 = "sha256-AlIXZ2tf1pFj6LVz8kyCFq0dUEPBm+0ejQH7VXm4H+M=";
};
vendorHash = "sha256-/6Y20AvhUShaE1sNTccB62x8YkVLLjhl6fg5oY4gL4I=";