gopls: 0.13.0 -> 0.13.1 (#246737)

Addresses a nasty regression in 0.13.0

https://github.com/golang/tools/releases/tag/gopls%2Fv0.13.1
This commit is contained in:
Rski 2023-08-02 16:47:37 +03:00 committed by GitHub
parent 3338fc15d6
commit bcd27e495e
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.13.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = "golang";
repo = "tools";
rev = "gopls/v${version}";
sha256 = "sha256-E/QX3J/ux7GAG93b1K7OdDjYBAzte2HMa6bfALtXgcU=";
hash = "sha256-2eGnctA5HlNRGv9iV5HoT4ByA8fK/mTxldHll0UMD5c=";
};
modRoot = "gopls";
vendorSha256 = "sha256-e83y8bu0xKGEg7o2BWt4CzM2YosLDefFRgTfA0f3ZmI=";
vendorHash = "sha256-2H8Qh88ikmEqToGOCOoovcCh3dMToeFP/GavG9dlML8=";
doCheck = false;