rust-analyzer-unwrapped: 2021-08-16 -> 2021-08-23

This commit is contained in:
R. RyanTM 2021-08-24 13:22:19 +00:00
parent 002e0737ff
commit 0caabc36af
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -7,14 +7,14 @@
rustPlatform.buildRustPackage rec {
pname = "rust-analyzer-unwrapped";
version = "2021-08-16";
cargoSha256 = "sha256-nTO6NmY0pqVud7kpOltHBOkaLlwfIdCrchV0o93FeVk=";
version = "2021-08-23";
cargoSha256 = "sha256-FMOLYR8cyimAA71SlxcT370wpeNH4f8vwv+oAhUd8zc=";
src = fetchFromGitHub {
owner = "rust-analyzer";
repo = "rust-analyzer";
rev = version;
sha256 = "sha256-FD1AwRiSTbj10+ielHBRkDTC7wyBBSatAlzyEow5CNE=";
sha256 = "sha256-6Tbgy77Essi3Hyd5kdJ7JJbx7RuFZQWURfRrpScvPPQ=";
};
buildAndTestSubdir = "crates/rust-analyzer";

View File

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