gopls: 0.15.2 -> 0.15.3 (#304504)

Changelog: https://github.com/golang/tools/releases/tag/gopls/v0.15.3
This commit is contained in:
Sandro 2024-04-16 14:46:46 +02:00 committed by GitHub
parent cc8f8c431c
commit 587b27b7a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "gopls";
version = "0.15.2";
version = "0.15.3";
src = fetchFromGitHub {
owner = "golang";
repo = "tools";
rev = "gopls/v${version}";
hash = "sha256-GgJ92nj94jRX3GnrOozG43wl8K/+UPOCbmp7Wt5E96U=";
hash = "sha256-JUqw2qJFxiuZyXgrmirrOuwG9mtcW1e1+SS0CaZY8VA=";
};
modRoot = "gopls";
vendorHash = "sha256-q7vWiXJAX4u8B4RyFc7kg1BvMCPaTBFOVkWXeE78Emo=";
vendorHash = "sha256-j2jMkVvsZ6UjcziSKtxGfwr7eRiTlEPW7LQCaEIa3I0=";
# https://github.com/golang/tools/blob/9ed98faa/gopls/main.go#L27-L30
ldflags = [ "-X main.version=v${version}" ];