gopls: 0.12.4 -> 0.13.0 (#246366)

Diff: https://github.com/golang/tools/compare/gopls/v0.12.4...gopls%2Fv0.13.0
This commit is contained in:
Sandro 2023-07-31 17:27:23 +02:00 committed by GitHub
parent 022d53ede9
commit 21ad1050bf
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.4";
version = "0.13.0";
src = fetchFromGitHub {
owner = "golang";
repo = "tools";
rev = "gopls/v${version}";
sha256 = "sha256-OieIbWgc5l7HS6otkRxsKYQmNIjPbADQ+C3A6qJr2h0=";
sha256 = "sha256-E/QX3J/ux7GAG93b1K7OdDjYBAzte2HMa6bfALtXgcU=";
};
modRoot = "gopls";
vendorSha256 = "sha256-0Svz0VFmNW/f8Po+DpIQi0bJB1ICLcSJM1sG/Nju+ZY=";
vendorSha256 = "sha256-e83y8bu0xKGEg7o2BWt4CzM2YosLDefFRgTfA0f3ZmI=";
doCheck = false;