vscode-extensions.nvarner.typst-lsp: 0.5.0 -> 0.10.1

This commit is contained in:
Pol Dellaiera 2023-10-16 19:41:22 +02:00
parent 232473893c
commit badd5454eb
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA
2 changed files with 7 additions and 2 deletions

View file

@ -2726,12 +2726,15 @@ let
};
};
nvarner.typst-lsp = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "typst-lsp";
publisher = "nvarner";
version = "0.5.0";
sha256 = "sha256-4bZbjbcd/EjSRBMkzMs1pD00qyQb5W6gePh4xfoU6Ug=";
# Please update the corresponding binary (typst-lsp) when updating
# this extension.
version = "0.10.1";
sha256 = "sha256-+LOw9JPpL5eLNxmP4kyPo9S/w8ZxfPGSaY1oR8THmvI=";
};
nativeBuildInputs = [ jq moreutils ];

View file

@ -7,6 +7,8 @@
rustPlatform.buildRustPackage rec {
pname = "typst-lsp";
# Please update the corresponding vscode extension when updating
# this derivation.
version = "0.10.1";
src = fetchFromGitHub {