Skip to content

Commit c9c957d

Browse files
authored
gopls: 0.4.3 -> 0.4.4 (#94888)
1 parent 0bb1b89 commit c9c957d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/tools/gopls/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoModule rec {
44
pname = "gopls";
5-
version = "0.4.3";
5+
version = "0.4.4";
66

77
src = fetchgit {
88
rev = "gopls/v${version}";
99
url = "https://go.googlesource.com/tools";
10-
sha256 = "1r670c7p63l0fhx671r3mb1jgvvfv1382079fv59z07j5j5hizbc";
10+
sha256 = "1h4ica6rwrdp5wg4ybpzvyvszj4m5l6w9hpvd9r2qcd9qdnqlykf";
1111
};
1212

1313
modRoot = "gopls";
14-
vendorSha256 = "1xdvkdkvk7a32jspzjcgxkfdn78d2zm53wxmc9c4sqysxsgy6lbw";
14+
vendorSha256 = "175051d858lsdir2hj5qcimp6hakbi9grpws1ssvk3r2jna27x1z";
1515

1616
meta = with stdenv.lib; {
1717
description = "Official language server for the Go language";

0 commit comments

Comments
 (0)