go-tools: 2019.2 -> 2019.2.1 (#63885)

This commit is contained in:
Mario Rodas 2019-06-29 18:48:16 -05:00 committed by Wael Nasreddine
parent 1707911f97
commit 5b7e3718ee

View File

@ -5,7 +5,7 @@
buildGoModule rec {
pname = "go-tools";
version = "2019.2";
version = "2019.2.1";
goPackagePath = "honnef.co/go/tools";
excludedPackages = ''\(simple\|ssa\|ssa/ssautil\|lint\|staticcheck\|stylecheck\|unused\)/testdata'';
@ -14,7 +14,7 @@ buildGoModule rec {
owner = "dominikh";
repo = "go-tools";
rev = version;
sha256 = "0gxvrxahfgrx630fq4j629jl177qqw1kyip805k4lw607ph8m7h6";
sha256 = "1frpy4pl9yp6j00mjj2yss3k8hip0cc7b5i5mz61n3dlw0kga9z1";
};
modSha256 = "0ysaq94m7pkziliz4z4dl8ad84mbn17m2hqxvs9wbw4iwhkpi7gz";