about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMultisampledNight <contact@multisamplednight.com>2023-12-09 14:51:25 +0100
committerMultisampledNight <contact@multisamplednight.com>2023-12-09 14:51:25 +0100
commit66c64fcf35be6ee2e5d9db6c2e215646a8522168 (patch)
tree15d3cbe2596e55b2c3f2604e168de8348f5ca05c /pkgs/applications
parent676285f3fa53756925885f02f21b040ae0bba7df (diff)
downloadnixlib-66c64fcf35be6ee2e5d9db6c2e215646a8522168.tar
nixlib-66c64fcf35be6ee2e5d9db6c2e215646a8522168.tar.gz
nixlib-66c64fcf35be6ee2e5d9db6c2e215646a8522168.tar.bz2
nixlib-66c64fcf35be6ee2e5d9db6c2e215646a8522168.tar.lz
nixlib-66c64fcf35be6ee2e5d9db6c2e215646a8522168.tar.xz
nixlib-66c64fcf35be6ee2e5d9db6c2e215646a8522168.tar.zst
nixlib-66c64fcf35be6ee2e5d9db6c2e215646a8522168.zip
typst-lsp: 0.11.0 -> 0.12.0
https://github.com/nvarner/typst-lsp/releases/tag/v0.12.0

Adds support for typst 0.10.0.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index d53c8af3fa68..ef311f1a3174 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -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 ];