chore: Nix: update vscode-lean4

This commit is contained in:
Sebastian Ullrich 2021-03-11 20:58:42 +01:00 committed by Leonardo de Moura
parent 92f75cf37b
commit bddf2ca7e1

View file

@ -59,8 +59,8 @@ let
vscode-lean4 = vscode-utils.extensionFromVscodeMarketplace {
name = "lean4";
publisher = "leanprover";
version = "0.0.6";
sha256 = "sha256-kkLPzmsX+Njr6HuYthwX0lihG5AhF6J9GLiwwUsuVek=";
version = "0.0.12";
sha256 = "sha256-0AUGJE34sO6Un6GzVmCFd988Z1HTA+r98sgmQtgDX0g=";
};
lean-vscode = vscode-with-extensions.override {
vscodeExtensions = [ vscode-lean4 ];