vimPlugins.vim-hexokinase: remove empty go vendor hash

This commit is contained in:
zowoq 2023-02-03 15:06:33 +10:00
parent 3feeedb5e2
commit 3ed6f9d679

View File

@ -1198,7 +1198,7 @@ self: super: {
hexokinase = buildGoModule {
name = "hexokinase";
src = old.src + "/hexokinase";
vendorSha256 = "pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
vendorSha256 = null;
};
in
''