gocode-gomod: add vendorSha256
This commit is contained in:
parent
30842d0263
commit
e0c07bc2e2
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ buildGoModule rec {
|
||||||
sha256 = "YAOYrPPKgnjCErq8+iW0Le51clGBv0MJy2Nnn7UVo/s=";
|
sha256 = "YAOYrPPKgnjCErq8+iW0Le51clGBv0MJy2Nnn7UVo/s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vendorSha256 = null;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mv $out/bin/gocode $out/bin/gocode-gomod
|
mv $out/bin/gocode $out/bin/gocode-gomod
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue