ls-lint: 2.2.2 -> 2.2.3
This commit is contained in:
parent
0ebdaea977
commit
1ca59ad82f
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "ls-lint";
|
pname = "ls-lint";
|
||||||
version = "2.2.2";
|
version = "2.2.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "loeffel-io";
|
owner = "loeffel-io";
|
||||||
repo = "ls-lint";
|
repo = "ls-lint";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-twXaiPccc6DZdzKdvB+BzHbRuwgDy05C3jNg7Ur8yrA=";
|
sha256 = "sha256-blhb7+SmB3p6udGcbA8eCpSaqlTCca8J0Y/8riNRjW0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-uyNOcIjrICr76Q8izXGRMhofDcjQrzbB/ISHTqRY5fI=";
|
vendorHash = "sha256-qXx83jtkVzN+ydXjW4Nkz49rhSLbAS2597iuYUDsEo4=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An extremely fast file and directory name linter";
|
description = "An extremely fast file and directory name linter";
|
||||||
|
Loading…
Reference in New Issue
Block a user