Merge pull request #55652 from rvolosatovs/update/gometalinter
gometalinter: 2.0.11 -> 3.0.0
This commit is contained in:
commit
da26dca320
@ -40,7 +40,7 @@ let
|
|||||||
|
|
||||||
in buildGoPackage rec {
|
in buildGoPackage rec {
|
||||||
name = "gometalinter-${version}";
|
name = "gometalinter-${version}";
|
||||||
version = "2.0.11";
|
version = "3.0.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/alecthomas/gometalinter";
|
goPackagePath = "github.com/alecthomas/gometalinter";
|
||||||
excludedPackages = "\\(regressiontests\\)";
|
excludedPackages = "\\(regressiontests\\)";
|
||||||
@ -49,7 +49,7 @@ in buildGoPackage rec {
|
|||||||
owner = "alecthomas";
|
owner = "alecthomas";
|
||||||
repo = "gometalinter";
|
repo = "gometalinter";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "08p7bwvhpgizif8qi59m8mm3mcny70x9msbk8m8vjpphsq55wha4";
|
sha256 = "06dd60531qp0hxfwnxnyi36d6div1j781jvcb99ykhgrg0kwmzq9";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
@ -64,7 +64,7 @@ in buildGoPackage rec {
|
|||||||
description = "Concurrently run Go lint tools and normalise their output";
|
description = "Concurrently run Go lint tools and normalise their output";
|
||||||
homepage = https://github.com/alecthomas/gometalinter;
|
homepage = https://github.com/alecthomas/gometalinter;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ kalbasit ];
|
maintainers = with maintainers; [ kalbasit rvolosatovs ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user