figsoda 2023-08-15 21:19:15 -04:00
parent 88362a759c
commit 9f3f0d0922
2 changed files with 3 additions and 3 deletions

View File

@ -3267,7 +3267,7 @@ dependencies = [
[[package]]
name = "typst-lsp"
version = "0.9.2"
version = "0.9.3"
dependencies = [
"anyhow",
"async-compression",

View File

@ -7,13 +7,13 @@
rustPlatform.buildRustPackage rec {
pname = "typst-lsp";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "nvarner";
repo = "typst-lsp";
rev = "v${version}";
hash = "sha256-l69/8XhIvGYcvtoCE7+hfp810F3uBVvxqZnA12o8HCg=";
hash = "sha256-maLiwM3ruCAf5qTv5Kky60eCdlpAp6JVKK6/E6vLVEw=";
};
cargoLock = {