go-tools: 2019.2.1 -> 2019.2.3 (#65591)

go-tools: 2019.2.1 -> 2019.2.3
This commit is contained in:
Jörg Thalheim 2019-07-30 08:04:27 +01:00 committed by GitHub
commit 5ffec31ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
buildGoModule rec {
pname = "go-tools";
version = "2019.2.1";
version = "2019.2.2";
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 = "1frpy4pl9yp6j00mjj2yss3k8hip0cc7b5i5mz61n3dlw0kga9z1";
sha256 = "1vndpwg797z2gw9h9378iq99aqy7nalqx82lgvcsaqnkypdmppnd";
};
modSha256 = "0ysaq94m7pkziliz4z4dl8ad84mbn17m2hqxvs9wbw4iwhkpi7gz";