Skip to content

Commit

Permalink
go-tools: 2019.2 -> 2019.2.1 (#63885)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored and kalbasit committed Jun 29, 2019
1 parent 1707911 commit 5b7e371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/go-tools/default.nix
Expand Up @@ -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'';
Expand All @@ -14,7 +14,7 @@ buildGoModule rec {
owner = "dominikh";
repo = "go-tools";
rev = version;
sha256 = "0gxvrxahfgrx630fq4j629jl177qqw1kyip805k4lw607ph8m7h6";
sha256 = "1frpy4pl9yp6j00mjj2yss3k8hip0cc7b5i5mz61n3dlw0kga9z1";
};

modSha256 = "0ysaq94m7pkziliz4z4dl8ad84mbn17m2hqxvs9wbw4iwhkpi7gz";
Expand Down

0 comments on commit 5b7e371

Please sign in to comment.