Merge pull request #261459 from NixOS/vscode-extensions/nvarner/typst-lsp/bump

vscode-extensions.nvarner.typst-lsp: 0.5.0 -> 0.10.1
This commit is contained in:
Pol Dellaiera 2023-10-17 07:39:19 +02:00 committed by GitHub
commit 93c84820ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {