gometalinter: 2.0.11 -> 3.0.0

This commit is contained in:
Roman Volosatovs 2019-02-12 18:49:19 +01:00
parent 53b7cf556e
commit fc25b3d321
No known key found for this signature in database
GPG Key ID: 3AC661943D80C89E

View File

@ -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;
};
}