vscode-extensions.rust-lang.rust-analyzer: 0.3.1426 -> 0.3.1607

This commit is contained in:
Yoav Lavi 2023-08-02 20:12:08 +03:00
parent 563e9d4bfa
commit 972ac0f055
3 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "rust-analyzer",
"version": "0.3.1426",
"version": "0.3.1607",
"dependencies": {
"anser": "^2.1.1",
"d3": "^7.6.1",

View File

@ -20,13 +20,13 @@ let
# Use the plugin version as in vscode marketplace, updated by update script.
inherit (vsix) version;
releaseTag = "2023-03-06";
releaseTag = "2023-07-31";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "rust-analyzer";
rev = releaseTag;
sha256 = "sha256-Njlus+vY3N++qWE0JXrGjwcXY2QDFuOV/7NruBBMETY=";
sha256 = "sha256-PWEdqI+iiHbx4dkIwWHZCGJuTpRfJI3MLSHf3gQEJt4=";
};
build-deps = nodePackages."rust-analyzer-build-deps-../../applications/editors/vscode/extensions/rust-lang.rust-analyzer/build-deps";
@ -88,3 +88,4 @@ vscode-utils.buildVscodeExtension {
platforms = lib.platforms.all;
};
}

View File

@ -134051,7 +134051,7 @@ in
"rust-analyzer-build-deps-../../applications/editors/vscode/extensions/rust-lang.rust-analyzer/build-deps" = nodeEnv.buildNodePackage {
name = "rust-analyzer";
packageName = "rust-analyzer";
version = "0.3.1426";
version = "0.3.1607";
src = ../../applications/editors/vscode/extensions/rust-lang.rust-analyzer/build-deps;
dependencies = [
sources."@aashutoshrathi/word-wrap-1.2.6"