Merge pull request #55652 from rvolosatovs/update/gometalinter

gometalinter: 2.0.11 -> 3.0.0
This commit is contained in:
worldofpeace 2019-02-17 13:26:00 +00:00 committed by GitHub
commit da26dca320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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