eclint: set version

This commit is contained in:
zowoq 2022-09-15 19:50:46 +10:00
parent 6c02c0ea3d
commit cdf876f6d8

View file

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