vscode-extensions.nvarner.typst-lsp: 0.5.0 -> 0.10.1
This commit is contained in:
parent
232473893c
commit
badd5454eb
2 changed files with 7 additions and 2 deletions
|
@ -2726,12 +2726,15 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
nvarner.typst-lsp = buildVscodeMarketplaceExtension {
|
nvarner.typst-lsp = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "typst-lsp";
|
name = "typst-lsp";
|
||||||
publisher = "nvarner";
|
publisher = "nvarner";
|
||||||
version = "0.5.0";
|
# Please update the corresponding binary (typst-lsp) when updating
|
||||||
sha256 = "sha256-4bZbjbcd/EjSRBMkzMs1pD00qyQb5W6gePh4xfoU6Ug=";
|
# this extension.
|
||||||
|
version = "0.10.1";
|
||||||
|
sha256 = "sha256-+LOw9JPpL5eLNxmP4kyPo9S/w8ZxfPGSaY1oR8THmvI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ jq moreutils ];
|
nativeBuildInputs = [ jq moreutils ];
|
||||||
|
|
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "typst-lsp";
|
pname = "typst-lsp";
|
||||||
|
# Please update the corresponding vscode extension when updating
|
||||||
|
# this derivation.
|
||||||
version = "0.10.1";
|
version = "0.10.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
|
Loading…
Reference in a new issue