about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-12-08 22:50:49 +0800
committerGitHub <noreply@github.com>2022-12-08 22:50:49 +0800
commit299a800c4c1c0c56c54c81bb7ce575af5958437f (patch)
treeb907819988d00ffdff569cd9990723fff1622e7a /pkgs
parent51da41321776c59c5915c8c835efe0738a4fe1f2 (diff)
parent2ea6e158443692e100c7260a726a18d1f0a1ca9b (diff)
Merge pull request #205132 from kilianar/vscode-extensions.james-yu.latex-workshop-9.1.1
vscode-extensions.james-yu.latex-workshop: 9.1.0 -> 9.1.1
Diffstat (limited to 'pkgs')
-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 6bb6db618ad03..834386997e3c5 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -1468,8 +1468,8 @@ let
         mktplcRef = {
           name = "latex-workshop";
           publisher = "James-Yu";
-          version = "9.1.0";
-          sha256 = "sha256-a/v8/5ztB9DXqYpGWMYSRIwZIj1D+iebG35fO0yDjQQ=";
+          version = "9.1.1";
+          sha256 = "sha256-Xt/z5r9R090Z9nP1v7k+jYm9EOcjy0GfYiYpc7jNid4=";
         };
         meta = with lib; {
           changelog = "https://marketplace.visualstudio.com/items/James-Yu.latex-workshop/changelog";