eclint: set version
This commit is contained in:
parent
6c02c0ea3d
commit
cdf876f6d8
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ rec {
|
|||
|
||||
vendorSha256 = "sha256-CdvxY3uX6i3Xtg50jqlNr+VXpeOeg8M27huasbzA96M=";
|
||||
|
||||
ldflags = [ "-X main.version=${version}" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://gitlab.com/greut/eclint";
|
||||
description = "EditorConfig linter written in Go";
|
||||
|
|
Loading…
Reference in a new issue