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").
This commit is contained in:
Bjørn Forsman
2025-03-04 17:02:12 +01:00
parent 9145cb8b88
commit 85bde3039f
@@ -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;