about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-08-26 18:11:30 -0300
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-08-26 14:46:02 -0700
commit80ebc2df18ebc1d12bc497dc3d22cbff0a0826f5 (patch)
tree7edf20d450ee36f0eaecdd3c0fb715815e502389 /pkgs/applications/editors/vscode
parent4ee7b35fb0e30e67eca29c4d2a48339c2dc0282f (diff)
downloadnixlib-80ebc2df18ebc1d12bc497dc3d22cbff0a0826f5.tar
nixlib-80ebc2df18ebc1d12bc497dc3d22cbff0a0826f5.tar.gz
nixlib-80ebc2df18ebc1d12bc497dc3d22cbff0a0826f5.tar.bz2
nixlib-80ebc2df18ebc1d12bc497dc3d22cbff0a0826f5.tar.lz
nixlib-80ebc2df18ebc1d12bc497dc3d22cbff0a0826f5.tar.xz
nixlib-80ebc2df18ebc1d12bc497dc3d22cbff0a0826f5.tar.zst
nixlib-80ebc2df18ebc1d12bc497dc3d22cbff0a0826f5.zip
vscode-extensions.jakebecker.elixir-ls: 0.9.0 -> 0.11.0
Diffstat (limited to 'pkgs/applications/editors/vscode')
-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 e5f7001b44cc..95cec1d14466 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -1340,8 +1340,8 @@ let
         mktplcRef = {
           name = "elixir-ls";
           publisher = "JakeBecker";
-          version = "0.9.0";
-          sha256 = "sha256-KNfZOrVxK3/rClHPcIyPgE9CRtjkI7NLY0xZ9W+X6OM=";
+          version = "0.11.0";
+          sha256 = "sha256-okvwyD0m2r8ar85VtuBUNMUZGGrCfJ4DB9v7aSX5PjM=";
         };
         meta = with lib; {
           changelog = "https://marketplace.visualstudio.com/items/JakeBecker.elixir-ls/changelog";