rust-analyzer: 2021-08-02 -> 2021-08-09

This commit is contained in:
oxalica 2021-08-10 04:02:25 +08:00 committed by Raphael Megzari
parent cd9ed036d6
commit ce81702e84
3 changed files with 5 additions and 5 deletions

View File

@ -111001,7 +111001,7 @@ in
"rust-analyzer-build-deps-../../misc/vscode-extensions/rust-analyzer/build-deps" = nodeEnv.buildNodePackage { "rust-analyzer-build-deps-../../misc/vscode-extensions/rust-analyzer/build-deps" = nodeEnv.buildNodePackage {
name = "rust-analyzer"; name = "rust-analyzer";
packageName = "rust-analyzer"; packageName = "rust-analyzer";
version = "0.2.694"; version = "0.2.702";
src = ../../misc/vscode-extensions/rust-analyzer/build-deps; src = ../../misc/vscode-extensions/rust-analyzer/build-deps;
dependencies = [ dependencies = [
sources."@babel/code-frame-7.12.11" sources."@babel/code-frame-7.12.11"

View File

@ -7,14 +7,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "rust-analyzer-unwrapped"; pname = "rust-analyzer-unwrapped";
version = "2021-08-02"; version = "2021-08-09";
cargoSha256 = "10mdkqf6fqbzx49gwc283ms56yvrcdlvyk4y98jf33b8g5jmr8j5"; cargoSha256 = "sha256-r01riAztIlwxRjvqQXofmqv5875nqQ0Qb9KALvKy4u8=";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rust-analyzer"; owner = "rust-analyzer";
repo = "rust-analyzer"; repo = "rust-analyzer";
rev = version; rev = version;
sha256 = "1nh1naaqc6f40raz31a0vwypaxm5drzdl2bwjfqx2gydy6051gcl"; sha256 = "sha256-l9F/cznYHxBdnb3NerIXzOMrzRnxdka0vExzUtKkBfw=";
}; };
buildAndTestSubdir = "crates/rust-analyzer"; buildAndTestSubdir = "crates/rust-analyzer";

View File

@ -1,6 +1,6 @@
{ {
"name": "rust-analyzer", "name": "rust-analyzer",
"version": "0.2.694", "version": "0.2.702",
"dependencies": { "dependencies": {
"https-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",