gotools: 2019-11-14 -> 2020-04-21
This commit is contained in:
parent
290b9fdf56
commit
98db2b575b
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gotools-unstable";
|
pname = "gotools-unstable";
|
||||||
version = "2019-11-14";
|
version = "2020-04-21";
|
||||||
rev = "4191b8cbba092238a318a71cdff48b20b4e1e5d8";
|
rev = "72e4a01eba4315301fd9ce00c8c2f492580ded8a";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
url = "https://go.googlesource.com/tools";
|
url = "https://go.googlesource.com/tools";
|
||||||
sha256 = "16m62m303j4wqfjr1401xpqpb9m11bs6qc2dhf6x2za2d9pycish";
|
sha256 = "0a8c7j4w784w441j3j3bh640vy1g6g214641qv485wyi0xj49anf";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Build of golang.org/x/tools/gopls fails with:
|
# Build of golang.org/x/tools/gopls fails with:
|
||||||
@ -21,7 +21,7 @@ buildGoModule rec {
|
|||||||
rm -rf gopls
|
rm -rf gopls
|
||||||
'';
|
'';
|
||||||
|
|
||||||
modSha256 = "16cfzmfr9jv8wz0whl433xdm614dk63fzjxv6l1xvkagjmki49iy";
|
modSha256 = "1pijbkp7a9n2naicg21ydii6xc0g4jm5bw42lljwaks7211ag8k9";
|
||||||
|
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
# Make the builtin tools available here
|
# Make the builtin tools available here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user