Merge pull request #250226 from figsoda/typst-lsp

typst-lsp: 0.9.3 -> 0.9.4
This commit is contained in:
Mario Rodas
2023-08-20 00:58:00 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -3267,7 +3267,7 @@ dependencies = [
[[package]]
name = "typst-lsp"
version = "0.9.3"
version = "0.9.4"
dependencies = [
"anyhow",
"async-compression",
@@ -7,13 +7,13 @@
rustPlatform.buildRustPackage rec {
pname = "typst-lsp";
version = "0.9.3";
version = "0.9.4";
src = fetchFromGitHub {
owner = "nvarner";
repo = "typst-lsp";
rev = "v${version}";
hash = "sha256-maLiwM3ruCAf5qTv5Kky60eCdlpAp6JVKK6/E6vLVEw=";
hash = "sha256-qbmNZFXg+XaDkHdBA3dU0ICKovEQrl7AAcMkElMLbMA=";
};
cargoLock = {