about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorwackbyte <wackbyte@pm.me>2024-01-13 23:02:15 -0500
committerwackbyte <wackbyte@pm.me>2024-01-13 23:27:07 -0500
commitbd76d59d0ed855dd8182e7b38d8bfcd534840b53 (patch)
treef42dbaa5999b1de28f905cecbb213dd6ce18d280 /pkgs/applications/editors
parent48ffcd69f6bc9fe8563081a87dec90860677e629 (diff)
typst-lsp: 0.12.0 -> 0.12.1
Diffstat (limited to 'pkgs/applications/editors')
-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 946a9844b7938..d930462273b0a 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.12.0";
-          sha256 = "sha256-9v6zJyeUBj0TOpK2otLqZ0ksjmzExKTJYRF+9akvuuo=";
+          version = "0.12.1";
+          sha256 = "sha256-JcfFaR1wU5XwapH8vnfVy7Cb7DfUWVeoLfBV3wEtCpE=";
         };
 
         nativeBuildInputs = [ jq moreutils ];