vscode-extensions.mkhl.direnv: 0.12.0 -> 0.13.0

This version includes a fix from 0.12.2, which fixes a regression
introduced in 0.12.0 that would cause the extension to spin
forever and never initialise.
This commit is contained in:
Andrew Morgan
2023-06-16 17:06:26 +01:00
parent ce384a605a
commit e0835472d7
@@ -2197,8 +2197,8 @@ let
mktplcRef = {
name = "direnv";
publisher = "mkhl";
version = "0.12.0";
sha256 = "sha256-UMGTWAiPAxSjy5ALUkijD0GE9TW37TZ3UvMmgFBNYsU=";
version = "0.13.0";
sha256 = "sha256-KdLJ7QTi9jz+JbbQuhXqyE3WV9oF+wyC/9ZJ/XTFOYc=";
};
meta = {
description = "direnv support for Visual Studio Code";