gopls: 0.7.5 -> 0.8.0

This commit is contained in:
Sandro Jäckel 2022-03-03 21:08:51 +01:00
parent b8b1c733b2
commit 801f6c4be9
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -2,17 +2,17 @@
buildGoModule rec { buildGoModule rec {
pname = "gopls"; pname = "gopls";
version = "0.7.5"; version = "0.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "golang"; owner = "golang";
repo = "tools"; repo = "tools";
rev = "gopls/v${version}"; rev = "gopls/v${version}";
sha256 = "sha256-2+tbwFkT3Z2dfYCs1Fd/9IqD39VuTMGHQ43b7gBBktM="; sha256 = "sha256-VBan3IKqf3AFrPoryT/U7lGabFHSXMhaBpnNw3LRH/I=";
}; };
modRoot = "gopls"; modRoot = "gopls";
vendorSha256 = "sha256-8osb5C5G58x9KWCxqiepmN6J0jp+q6aR+As/pJeeTKM="; vendorSha256 = "sha256-pW4G89fYFwVM2EkIqTCsl2lhN677LIMFpKPvLVV2boY=";
doCheck = false; doCheck = false;