gocode-gomod: add vendorSha256

This commit is contained in:
Daniël de Kok
2020-08-18 11:06:12 +02:00
committed by zowoq
parent 30842d0263
commit e0c07bc2e2

View File

@@ -18,6 +18,8 @@ buildGoModule rec {
sha256 = "YAOYrPPKgnjCErq8+iW0Le51clGBv0MJy2Nnn7UVo/s=";
};
vendorSha256 = null;
postInstall = ''
mv $out/bin/gocode $out/bin/gocode-gomod
'';