3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #273141 from MultisampledNight/typst-lsp-0.12.0

typst-lsp: 0.11.0 -> 0.12.0
This commit is contained in:
Pol Dellaiera 2023-12-09 20:09:58 +01:00 committed by GitHub
commit 24a2bc2f30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 538 additions and 585 deletions

View file

@ -2749,8 +2749,8 @@ let
publisher = "nvarner";
# Please update the corresponding binary (typst-lsp) when updating
# this extension.
version = "0.11.0";
sha256 = "sha256-fs+CBg3FwzTn608dm9EvfF2UrI2Sa5hsm0OK/WQyy6o=";
version = "0.12.0";
sha256 = "sha256-5DwpgDstKJXo9jEWORXKr3B6Hnd/YOktiaJL2RFWCSA=";
};
nativeBuildInputs = [ jq moreutils ];

File diff suppressed because it is too large Load diff

View file

@ -9,19 +9,19 @@ rustPlatform.buildRustPackage rec {
pname = "typst-lsp";
# Please update the corresponding vscode extension when updating
# this derivation.
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "nvarner";
repo = "typst-lsp";
rev = "v${version}";
hash = "sha256-L0d+fDCLxU/XHC99VlIcZdiO3RohtWfoRnUPGIHodcc=";
hash = "sha256-7T5BxAq67mHve2FeYCN0L63e+2LE7agG1LgmKy5y1bc=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"typst-0.9.0" = "sha256-LwRB/AQE8TZZyHEQ7kKB10itzEgYjg4R/k+YFqmutDc=";
"typst-0.10.0" = "sha256-qiskc0G/ZdLRZjTicoKIOztRFem59TM4ki23Rl55y9s=";
"typst-syntax-0.7.0" = "sha256-yrtOmlFAKOqAmhCP7n0HQCOQpU3DWyms5foCdUb9QTg=";
"typstfmt_lib-0.2.6" = "sha256-UUVbnxIj7kQVpZvSbbB11i6wAvdTnXVk5cNSNoGBeRM=";
};