Merge pull request #142370 from SuperSandro2000/gopls

gopls: 0.7.1 -> 0.7.3, add SuperSandro2000 as maintainer
conduit-nginx
Jörg Thalheim 2021-10-20 20:22:26 +01:00 committed by GitHub
commit 18b39d6b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -2,16 +2,17 @@
buildGoModule rec {
pname = "gopls";
version = "0.7.1";
version = "0.7.3";
src = fetchgit {
rev = "gopls/v${version}";
url = "https://go.googlesource.com/tools";
sha256 = "0cq8mangcc1fz1ii7v4smxbpzynhwy6gvl80n5hvhjpgkp0k4fsm";
rev = "gopls/v${version}";
name = "gopls-source-${version}";
sha256 = "sha256-aaRaStQ35a/SK4YIR5rjvp8gPxvoNuhLh2AGbr0c6p4=";
};
modRoot = "gopls";
vendorSha256 = "1mzn1nn3l080lch0yhh4g2sq02g95v14nha8k3d373vwvwg45igs";
vendorSha256 = "sha256-8+sWd48w+ghQzznobBPcCQMuc9HLgOuAZPwD6lbbfj8=";
doCheck = false;
@ -22,6 +23,6 @@ buildGoModule rec {
description = "Official language server for the Go language";
homepage = "https://github.com/golang/tools/tree/master/gopls";
license = licenses.bsd3;
maintainers = with maintainers; [ mic92 zimbatm ];
maintainers = with maintainers; [ mic92 SuperSandro2000 zimbatm ];
};
}