Skip to content

Commit

Permalink
gopls: 0.9.4 -> 0.9.5 (#190485)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Sep 9, 2022
1 parent 32e0213 commit 74a1793
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,17 +2,17 @@

buildGoModule rec {
pname = "gopls";
version = "0.9.4";
version = "0.9.5";

src = fetchFromGitHub {
owner = "golang";
repo = "tools";
rev = "gopls/v${version}";
sha256 = "sha256-4bhKNMhC8kLRpS5DR6tLF7MgDX4LDeSKoeXcPYC2ywE=";
sha256 = "sha256-kDO7Sxz2pqZZBG2eGAWyh9UTAoYLzkAn86qh9LdepoU=";
};

modRoot = "gopls";
vendorSha256 = "sha256-r7XM7VX0VzFlUqrtvaQaiUXXiD1Vz4C3hmxRMonORAw=";
vendorSha256 = "sha256-ny+gD3ZXp6ZncWJtpW9fprYojQBkIUL+FEKp/7K5rrU=";

doCheck = false;

Expand Down

0 comments on commit 74a1793

Please sign in to comment.