gopls: 0.14.2 -> 0.15.0 (#291850)

Diff: https://github.com/golang/tools/compare/gopls/v0.14.2...gopls/v0.15.0
This commit is contained in:
Sandro 2024-02-27 18:30:30 +01:00 committed by GitHub
parent fc1b3a1e3e
commit 19bb95a427
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "gopls";
version = "0.14.2";
version = "0.15.0";
src = fetchFromGitHub {
owner = "golang";
repo = "tools";
rev = "gopls/v${version}";
hash = "sha256-hcicI5ka6m0W2Sj8IaxNsLfIc97eR8SKKp81mJvM2GM=";
hash = "sha256-Ii3c7zqMC/CeSv6X7wSgUdCkVbP+bxDuUcqPKIeE3Is=";
};
modRoot = "gopls";
vendorHash = "sha256-jjUTRLRySRy3sfUDfg7cXRiDHk1GWHijgEA5XjS+9Xo=";
vendorHash = "sha256-i6Pa2cMxf97LKVy6ZVyPvjAVbQHaF84RAO0dM/dgk/Y=";
doCheck = false;