Skip to content

Commit 1b956ac

Browse files
gopls: 0.18.0 -> 0.18.1 (#385364)
2 parents 576f2c9 + 6e61d8a commit 1b956ac

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.18.0";
9+
version = "0.18.1";
1010

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

1818
modRoot = "gopls";
19-
vendorHash = "sha256-gz46W1uvA4LBe8UaKH9arAKJt1QtbbGLrF4LSwI6M4o=";
19+
vendorHash = "sha256-/tca93Df90/8K1dqhOfUsWSuFoNfg9wdWy3csOtFs6Y=";
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)