Skip to content

Commit f85e29f

Browse files
gopls: 0.17.1 -> 0.18.0 (#383801)
2 parents 4182af4 + 0db5824 commit f85e29f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/go/gopls/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
buildGoModule rec {
88
pname = "gopls";
9-
version = "0.17.1";
9+
version = "0.18.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "golang";
1313
repo = "tools";
1414
rev = "gopls/v${version}";
15-
hash = "sha256-NLUIFNooOOA4LEL5nZNdP9TvDkQUqLjKi44kZtOxeuI=";
15+
hash = "sha256-YFAJH3jepOcgAdnSBP0G0e/GoNx9crLuQxgUFDBecwY=";
1616
};
1717

1818
modRoot = "gopls";
19-
vendorHash = "sha256-wH3YRiok3YWNzw9ejXMMitq58SxrNWXiKYKz2Hf0ZlM=";
19+
vendorHash = "sha256-gz46W1uvA4LBe8UaKH9arAKJt1QtbbGLrF4LSwI6M4o=";
2020

2121
# https://github.com/golang/tools/blob/9ed98faa/gopls/main.go#L27-L30
2222
ldflags = [ "-X main.version=v${version}" ];

0 commit comments

Comments
 (0)