Skip to content

Commit

Permalink
gopls: 0.4.4 -> 0.5.0 (#98182)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegs authored Sep 18, 2020
1 parent 03bf040 commit cfb9aca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/gopls/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "gopls";
version = "0.4.4";
version = "0.5.0";

src = fetchgit {
rev = "gopls/v${version}";
url = "https://go.googlesource.com/tools";
sha256 = "1h4ica6rwrdp5wg4ybpzvyvszj4m5l6w9hpvd9r2qcd9qdnqlykf";
sha256 = "150jg1qmdszfvh1x5fagawgc24xy19xjg9y1hq3drwy7lfdnahmq";
};

modRoot = "gopls";
vendorSha256 = "175051d858lsdir2hj5qcimp6hakbi9grpws1ssvk3r2jna27x1z";
vendorSha256 = "1s3d4hnbw0mab7njck79qmgkjn87vs4ffk44zk2qdrzqjjlqq5iv";

doCheck = false;

Expand Down

0 comments on commit cfb9aca

Please sign in to comment.