Merge pull request #233098 from figsoda/typst-lsp

typst-lsp: 0.4.1 -> 0.5.1
This commit is contained in:
Nick Cao
2023-05-21 01:15:21 -06:00
committed by GitHub
2 changed files with 439 additions and 241 deletions
File diff suppressed because it is too large Load Diff
@@ -5,20 +5,21 @@
rustPlatform.buildRustPackage rec {
pname = "typst-lsp";
version = "0.4.1";
version = "0.5.1";
src = fetchFromGitHub {
owner = "nvarner";
repo = pname;
rev = "v${version}";
hash = "sha256-bjgGJxAHc3D0j+ZIPPzBw9vJJgchW9hy5E/qCmFjDUw=";
hash = "sha256-UY7HfUNssOgEuBBPpUFJZs1TM4IT0/kRcjqrXPFoShI=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"elsa-1.8.1" = "sha256-/85IriplPxx24TE/CsvjIsve100QUZiVqS0TWgPFRbw=";
"typst-0.2.0" = "sha256-3vNJmLmbskAzXVXjiSVDLhRcX1j3ksOgPd53W31YZ0c=";
"svg2pdf-0.4.1" = "sha256-WeVP+yhqizpTdRfyoj2AUxFKhGvVJIIiRV0GTXkgLtQ=";
"typst-0.4.0" = "sha256-S8J2D87Zvyh501d8LG69in9om/nTS6Y+IDhJvjm/H0w=";
};
};