figsoda 2023-04-18 17:31:24 -04:00
parent 3eb57ca945
commit 8df7387ce3
2 changed files with 3 additions and 3 deletions

View File

@ -1612,7 +1612,7 @@ dependencies = [
[[package]]
name = "typst-lsp"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"anyhow",
"comemo",

View File

@ -5,13 +5,13 @@
rustPlatform.buildRustPackage rec {
pname = "typst-lsp";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "nvarner";
repo = pname;
rev = "v${version}";
hash = "sha256-buU9H+zO5s/IO5JSGRuumVreW8D+qogRt884fHknPOA=";
hash = "sha256-bjgGJxAHc3D0j+ZIPPzBw9vJJgchW9hy5E/qCmFjDUw=";
};
cargoLock = {