about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAustin Butler <austinabutler@gmail.com>2023-10-12 13:21:36 -0700
committerAustin Butler <austinabutler@gmail.com>2023-10-12 13:21:36 -0700
commit9198645f5c96e4df4aa1fff144f3f339c1124637 (patch)
tree17dc8b09e35c0a14e7a6a72fb17905a9a6e529f5
parentd197beee9452df0913bf3dbd19c813d6e180a97d (diff)
vscode-extensions.astro-build.astro-vscode: 2.1.1 -> 2.3.3
-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 22f047a1bc72f..d7507321df265 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -326,8 +326,8 @@ let
         mktplcRef = {
           name = "astro-vscode";
           publisher = "astro-build";
-          version = "2.1.1";
-          sha256 = "sha256-UVZOpkOHbLiwA4VfTgXxuIU8EtJLnqRa5zUVha6xQJY=";
+          version = "2.3.3";
+          sha256 = "sha256-A7+7lnCPAtSWUfHLNKbYqKuTxi2Nx05Qdh5HCkT1dnM=";
         };
         meta = {
           changelog = "https://marketplace.visualstudio.com/items/astro-build.astro-vscode/changelog";