From 8b2d8949fb892bb90197dbda124f1b5cc0bf20d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 30 Oct 2021 20:13:34 +0100 Subject: [PATCH] update vscode 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 a608160f..5e77f445 100644 --- a/nixos/gui/vscode.nix +++ b/nixos/gui/vscode.nix @@ -31,8 +31,8 @@ { publisher = "matklad"; name = "rust-analyzer"; - version = "0.2.751"; - sha256 = "sha256-SqwYFvGLgtSN8BIdZ5o15poGO1Y5yqwvYCqDhub0LCY="; + version = "0.2.792"; + sha256 = "sha256-OPSZ1sKVxgh8SN9UR8vtlICdznUXdaCkzNJBX5w1j9Q="; } { publisher = "sjhuangx";