Merge pull request #240127 from r-ryantm/auto-update/eclint
eclint: 0.3.8 -> 0.4.0
This commit is contained in:
commit
bf3a61f37a
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@
|
||||||
buildGoModule
|
buildGoModule
|
||||||
rec {
|
rec {
|
||||||
pname = "eclint";
|
pname = "eclint";
|
||||||
version = "0.3.8";
|
version = "0.4.0";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "greut";
|
owner = "greut";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-wAT+lc8cFf9zOZ72EwIeE2z5mCjGN8vpRoS1k15X738=";
|
sha256 = "sha256-/WSxhdPekCNgeWf+ObIOblCUj3PyJvykGyCXrFmCXLA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-6aIE6MyNDOLRxn+CYSCVNj4Q50HywSh/Q0WxnxCEtg8=";
|
vendorHash = "sha256-hdMBd0QI2uWktBV+rH73rCnnkIlw2zDT9OabUuWIGks=";
|
||||||
|
|
||||||
ldflags = [ "-X main.version=${version}" ];
|
ldflags = [ "-X main.version=${version}" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue