vscode-extensions.rust-lang.rust-analyzer: 0.3.1426 -> 0.3.1607
This commit is contained in:
parent
563e9d4bfa
commit
972ac0f055
3 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "rust-analyzer",
|
||||
"version": "0.3.1426",
|
||||
"version": "0.3.1607",
|
||||
"dependencies": {
|
||||
"anser": "^2.1.1",
|
||||
"d3": "^7.6.1",
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
2
pkgs/development/node-packages/node-packages.nix
generated
2
pkgs/development/node-packages/node-packages.nix
generated
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue