eclint: 0.3.4 -> 0.3.6

This commit is contained in:
R. Ryantm
2022-09-15 20:16:22 +10:00
committed by zowoq
parent b66d3b3fcc
commit 6c02c0ea3d
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule
rec {
pname = "eclint";
version = "0.3.4";
version = "0.3.6";
src = fetchFromGitLab {
owner = "greut";
repo = pname;
rev = "v${version}";
sha256 = "sha256-inO41C/Ompyfy4CHPK4ksNU19KIcGyPgF/ptZC0GWXg=";
sha256 = "sha256-+ZbBmdCl1v4msFFA2kzL/IQTQtR39O5XYgCj7w+QGzE=";
};
vendorSha256 = "sha256-imVQnPoKOjed9XlikLWvudmlJklRrLFHKtNZoAmznZg=";
vendorSha256 = "sha256-CdvxY3uX6i3Xtg50jqlNr+VXpeOeg8M27huasbzA96M=";
meta = with lib; {
homepage = "https://gitlab.com/greut/eclint";