From 730e15f68261d87f0f7702c256c347aa968ea720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Fri, 25 Dec 2020 16:06:57 +0000 Subject: [PATCH] revert update to rust analyzer as it had problems starting --- nixos/gui/vscode.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/gui/vscode.nix b/nixos/gui/vscode.nix index d9367ae2..50e137d8 100644 --- a/nixos/gui/vscode.nix +++ b/nixos/gui/vscode.nix @@ -27,8 +27,8 @@ { publisher = "matklad"; name = "rust-analyzer"; - version = "0.2.424"; - sha256 = "0hhi7mdq3aa3lzpx63a1v7d0vq8hq8psvvmfpmjncaqigpzf44is"; + version = "0.2.400"; + sha256 = "1awgnxljdaw5g5w6pxyxzkk1kh4h4bk87bsmfx71rqsmk8hyxfw0"; } { publisher = "2gua";