mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
ls-lint: 2.1.0 -> 2.2.2
This commit is contained in:
parent
b4c0c733b3
commit
5e530fab23
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "ls-lint";
|
pname = "ls-lint";
|
||||||
version = "2.1.0";
|
version = "2.2.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "loeffel-io";
|
owner = "loeffel-io";
|
||||||
repo = "ls-lint";
|
repo = "ls-lint";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-AlIXZ2tf1pFj6LVz8kyCFq0dUEPBm+0ejQH7VXm4H+M=";
|
sha256 = "sha256-twXaiPccc6DZdzKdvB+BzHbRuwgDy05C3jNg7Ur8yrA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-/6Y20AvhUShaE1sNTccB62x8YkVLLjhl6fg5oY4gL4I=";
|
vendorHash = "sha256-uyNOcIjrICr76Q8izXGRMhofDcjQrzbB/ISHTqRY5fI=";
|
||||||
|
|
||||||
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