From abc58e3431e06a0e764b9dc56689e1a9e67fc162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 28 Dec 2020 13:21:48 +0000 Subject: [PATCH] update rust analyzer --- 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 50e137d8..dfcc8cc9 100644 --- a/nixos/gui/vscode.nix +++ b/nixos/gui/vscode.nix @@ -27,8 +27,8 @@ { publisher = "matklad"; name = "rust-analyzer"; - version = "0.2.400"; - sha256 = "1awgnxljdaw5g5w6pxyxzkk1kh4h4bk87bsmfx71rqsmk8hyxfw0"; + version = "0.2.432"; + sha256 = "1jmy9qaqyrp7nn63z9db61rycsai1g6bw26wq4s34mzipdynbhjy"; } { publisher = "2gua";