Merge pull request #324222 from r-ryantm/auto-update/gopls
This commit is contained in:
commit
4b6b0da689
@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gopls";
|
pname = "gopls";
|
||||||
version = "0.16.0";
|
version = "0.16.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "golang";
|
owner = "golang";
|
||||||
repo = "tools";
|
repo = "tools";
|
||||||
rev = "gopls/v${version}";
|
rev = "gopls/v${version}";
|
||||||
hash = "sha256-X5XBYTD+DIbHFBMWkLGosZUORexYt83mML/akUzrnFk=";
|
hash = "sha256-4RpQrlFj0stefVBouxyYN3Pf0PkYZ4cn4IKIskqUhVY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
modRoot = "gopls";
|
modRoot = "gopls";
|
||||||
vendorHash = "sha256-XH3kSfnlwmbOLkWJCjKmU1ghCkarn23M0q0vJQHkCe0=";
|
vendorHash = "sha256-D+ew0XyHRns1i9KAdV5vhCs3Uu338EujYjwU6IIZ8OY=";
|
||||||
|
|
||||||
# https://github.com/golang/tools/blob/9ed98faa/gopls/main.go#L27-L30
|
# https://github.com/golang/tools/blob/9ed98faa/gopls/main.go#L27-L30
|
||||||
ldflags = [ "-X main.version=v${version}" ];
|
ldflags = [ "-X main.version=v${version}" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user