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