Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1707911f972b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5b7e3718ee3d
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 29, 2019

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

    marsam authored and kalbasit committed Jun 29, 2019
    Copy the full SHA
    5b7e371 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/go-tools/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/go-tools/default.nix
Original file line number Diff line number Diff line change
@@ -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";