We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb1b89 commit c9c957dCopy full SHA for c9c957d
1 file changed
pkgs/development/tools/gopls/default.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "gopls";
5
- version = "0.4.3";
+ version = "0.4.4";
6
7
src = fetchgit {
8
rev = "gopls/v${version}";
9
url = "https://go.googlesource.com/tools";
10
- sha256 = "1r670c7p63l0fhx671r3mb1jgvvfv1382079fv59z07j5j5hizbc";
+ sha256 = "1h4ica6rwrdp5wg4ybpzvyvszj4m5l6w9hpvd9r2qcd9qdnqlykf";
11
};
12
13
modRoot = "gopls";
14
- vendorSha256 = "1xdvkdkvk7a32jspzjcgxkfdn78d2zm53wxmc9c4sqysxsgy6lbw";
+ vendorSha256 = "175051d858lsdir2hj5qcimp6hakbi9grpws1ssvk3r2jna27x1z";
15
16
meta = with stdenv.lib; {
17
description = "Official language server for the Go language";
0 commit comments