vimPlugins.vim-hexokinase: remove empty go vendor hash
This commit is contained in:
parent
3feeedb5e2
commit
3ed6f9d679
1 changed files with 1 additions and 1 deletions
|
@ -1198,7 +1198,7 @@ self: super: {
|
|||
hexokinase = buildGoModule {
|
||||
name = "hexokinase";
|
||||
src = old.src + "/hexokinase";
|
||||
vendorSha256 = "pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
|
||||
vendorSha256 = null;
|
||||
};
|
||||
in
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue