go-modules: Update files to use vendorSha256

This commit is contained in:
Colin L Rice
2020-04-30 21:59:00 -04:00
committed by Jörg Thalheim
parent a0ddea1d6a
commit d6162dab50
215 changed files with 3251 additions and 423 deletions

View File

@@ -21,7 +21,7 @@ buildGoModule rec {
rm -rf gopls
'';
modSha256 = "1pijbkp7a9n2naicg21ydii6xc0g4jm5bw42lljwaks7211ag8k9";
vendorSha256 = "0pplmqxrnc8qnr5708igx4dm7rb0hicvhg6lh5hj8zkx38nb19s0";
postConfigure = ''
# Make the builtin tools available here
@@ -47,4 +47,4 @@ buildGoModule rec {
# Do not copy this without a good reason for enabling
# In this case tools is heavily coupled with go itself and embeds paths.
allowGoReference = true;
}
}