eclint: set version

zowoq cdf876f6 6c02c0ea

+2
+2
pkgs/development/tools/eclint/default.nix
··· 17 17 18 18 vendorSha256 = "sha256-CdvxY3uX6i3Xtg50jqlNr+VXpeOeg8M27huasbzA96M="; 19 19 20 + ldflags = [ "-X main.version=${version}" ]; 21 + 20 22 meta = with lib; { 21 23 homepage = "https://gitlab.com/greut/eclint"; 22 24 description = "EditorConfig linter written in Go";