vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.7.0 -> 0.8.0
This commit is contained in:
parent
2af9fc4c2a
commit
d0f77d5ccc
1 changed files with 3 additions and 3 deletions
|
@ -816,12 +816,12 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
jakebecker.elixir-ls = buildVscodeMarketplaceExtension {
|
||||
elixir-lsp.vscode-elixir-ls = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "elixir-ls";
|
||||
publisher = "JakeBecker";
|
||||
version = "0.7.0";
|
||||
sha256 = "sha256-kFrkElD7qC1SpOx1rpcHW1D2hybHCf7cqvIO7JfPuMc=";
|
||||
version = "0.8.0";
|
||||
sha256 = "sha256-VD1g4DJfA0vDJ0cyHFDEtCEqQo0nXfPC5vknEU91cPk=";
|
||||
};
|
||||
meta = with lib; {
|
||||
license = licenses.mit;
|
||||
|
|
Loading…
Reference in a new issue