Commit 85bde303 authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

vscode-extensions.arrterian.nix-env-selector: 1.0.10 -> 1.0.12

This update fixes the extension when used with VSCode 1.97+:
https://github.com/arrterian/nix-env-selector/issues/93
("Plugin stopped working with VSCode 1.97").
parent 9145cb8b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -360,8 +360,8 @@ let
        mktplcRef = {
          name = "nix-env-selector";
          publisher = "arrterian";
          version = "1.0.10";
          hash = "sha256-b3Sr0bwU2VJgl2qcdsUROZ3jnK+YUuzJMySvSD7goj8=";
          version = "1.0.12";
          hash = "sha256-xykKAEd+/eKMzKdufQ+wzEIhHFRh4qghWVDKgEJMTs0=";
        };
        meta = {
          license = lib.licenses.mit;