···8899buildGoModule rec {
1010 pname = "gotools";
1111- version = "0.30.0";
1111+ version = "0.34.0";
12121313 # using GitHub instead of https://go.googlesource.com/tools because Gitiles UI is to basic to browse
1414 src = fetchFromGitHub {
1515 owner = "golang";
1616 repo = "tools";
1717 rev = "v${version}";
1818- hash = "sha256-yUkdZSe/GV0w1qK8aQjcFE4tNKYC8f4JeFgPiv8GlQc=";
1818+ hash = "sha256-C+P2JoD4NzSAkAQuA20bVrfLZrMHXekvXn8KPOM5Nj4=";
1919 };
20202121 allowGoReference = true;
2222 doCheck = false;
23232424- vendorHash = "sha256-+jhCNi7bGkRdI1Ywfe3q4i+zcm3UJ0kbQalsDD3WkS4=";
2424+ vendorHash = "sha256-UZNYHx5y+kRp3AJq6s4Wy+k789GDG7FBTSzCTorVjgg=";
25252626 nativeBuildInputs = [ makeWrapper ];
2727···2929 # The gopls folder contains a Go submodule which causes a build failure
3030 # and lives in its own package named gopls.
3131 rm -r gopls
3232+ # cmd/auth folder is similar and is scheduled to be removed https://github.com/golang/go/issues/70872
3333+ rm -r cmd/auth
3234 '';
33353436 # Set GOTOOLDIR for derivations adding this to buildInputs