go-modules: Update files to use vendorSha256
This commit is contained in:
committed by
Jörg Thalheim
parent
a0ddea1d6a
commit
d6162dab50
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user