eclint: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm 2023-10-13 12:31:47 +00:00
parent 1d6eb597f3
commit ac28bd0cb8

View File

@ -6,16 +6,16 @@
buildGoModule
rec {
pname = "eclint";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitLab {
owner = "greut";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/WSxhdPekCNgeWf+ObIOblCUj3PyJvykGyCXrFmCXLA=";
sha256 = "sha256-x0dBiRHaDxKrTCR2RfP2/bpBo6xewu8FX7Bv4ugaUAY=";
};
vendorHash = "sha256-hdMBd0QI2uWktBV+rH73rCnnkIlw2zDT9OabUuWIGks=";
vendorHash = "sha256-aNQuALDe37lsmTGpClIBOQJlL0NFSAZCgcmTjx0kP+U=";
ldflags = [ "-X main.version=${version}" ];