gopls: 0.12.2 -> 0.12.4 (#239950)

Diff: https://github.com/golang/tools/compare/gopls/v0.12.2...gopls%2Fv0.12.4
This commit is contained in:
Sandro 2023-06-26 17:56:52 +02:00 committed by GitHub
parent 419f94a1de
commit 29f4668bf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "gopls";
version = "0.12.2";
version = "0.12.4";
src = fetchFromGitHub {
owner = "golang";
repo = "tools";
rev = "gopls/v${version}";
sha256 = "sha256-mbJ9CzJxhAxYByfNpNux/zOWBGaiH4fvIRIh+BMprMk=";
sha256 = "sha256-OieIbWgc5l7HS6otkRxsKYQmNIjPbADQ+C3A6qJr2h0=";
};
modRoot = "gopls";
vendorSha256 = "sha256-Wx0tXrw3Y3Of3aZNYiD9EVYKFpqA3kqe5tFqppoe0A0=";
vendorSha256 = "sha256-0Svz0VFmNW/f8Po+DpIQi0bJB1ICLcSJM1sG/Nju+ZY=";
doCheck = false;