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", "name": "rust-analyzer",
"version": "0.3.1426", "version": "0.3.1607",
"dependencies": { "dependencies": {
"anser": "^2.1.1", "anser": "^2.1.1",
"d3": "^7.6.1", "d3": "^7.6.1",

View File

@ -20,13 +20,13 @@ let
# Use the plugin version as in vscode marketplace, updated by update script. # Use the plugin version as in vscode marketplace, updated by update script.
inherit (vsix) version; inherit (vsix) version;
releaseTag = "2023-03-06"; releaseTag = "2023-07-31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rust-lang"; owner = "rust-lang";
repo = "rust-analyzer"; repo = "rust-analyzer";
rev = releaseTag; 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"; 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; 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 { "rust-analyzer-build-deps-../../applications/editors/vscode/extensions/rust-lang.rust-analyzer/build-deps" = nodeEnv.buildNodePackage {
name = "rust-analyzer"; name = "rust-analyzer";
packageName = "rust-analyzer"; packageName = "rust-analyzer";
version = "0.3.1426"; version = "0.3.1607";
src = ../../applications/editors/vscode/extensions/rust-lang.rust-analyzer/build-deps; src = ../../applications/editors/vscode/extensions/rust-lang.rust-analyzer/build-deps;
dependencies = [ dependencies = [
sources."@aashutoshrathi/word-wrap-1.2.6" sources."@aashutoshrathi/word-wrap-1.2.6"