From 898222686c352dee5dd87db8ec0f69d37b5b0915 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Thu, 8 Apr 2021 09:51:01 +0200 Subject: [PATCH] chore: Nix: update vscode-lean4 --- nix/packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/packages.nix b/nix/packages.nix index 80321a7e23..fd7d3ad2e1 100644 --- a/nix/packages.nix +++ b/nix/packages.nix @@ -59,8 +59,8 @@ let vscode-lean4 = vscode-utils.extensionFromVscodeMarketplace { name = "lean4"; publisher = "leanprover"; - version = "0.0.18"; - sha256 = "sha256-VYjm7Yp6iItjbVAkH6bjTCDGvnkYNKr7bN3WDUZnDzQ="; + version = "0.0.23"; + sha256 = "sha256-DlP3O2mMAIXV7XwcZFHpa4Vp/9cxxtu9O+gQUW8MddA="; }; lean-vscode = vscode-with-extensions.override { vscodeExtensions = [ vscode-lean4 ];