Commit e0835472 authored by Andrew Morgan's avatar Andrew Morgan
Browse files

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.
parent ce384a60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";