2022-11-03T19:32:05 gopls 0.9.5 -> 0.10.1 https://repology.org/metapackage/gopls/versions 2022-11-03T19:32:07 attrpath: gopls 2022-11-03T19:32:07 Checking auto update branch... 2022-11-03T19:32:07 No auto update branch exists 2022-11-03T19:32:08 Old version 0.9.5" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "gopls"; version = "0.10.1"; src = fetchFromGitHub { owner = "golang"; repo = "tools"; rev = "gopls/v${version}"; sha256 = "sha256-9WDqd8Xgiov/OFAFl5yZmon4o3grbOxzZs3wnNu7pbg="; }; modRoot = "gopls"; vendorSha256 = "sha256-EZ/XPta2vQfemywoC2kbTamJ43K4tr4I7mwVzrTbRkA="; doCheck = false; # Only build gopls, and not the integration tests or documentation generator. subPackages = [ "." ]; meta = with lib; { description = "Official language server for the Go language"; homepage = "https://github.com/golang/tools/tree/master/gopls"; license = licenses.bsd3; maintainers = with maintainers; [ mic92 rski SuperSandro2000 zimbatm ]; }; }