rust-analyzer: 2020-11-09 -> 2021-01-04

wip/yesman
oxalica 3 years ago
parent 44a8cf19b1
commit 4c247d7729
No known key found for this signature in database
GPG Key ID: CED392DE0C483D00
  1. 1213
      pkgs/development/node-packages/node-packages.nix
  2. 6
      pkgs/development/tools/rust/rust-analyzer/default.nix
  3. 30
      pkgs/misc/vscode-extensions/rust-analyzer/build-deps/package.json

File diff suppressed because it is too large Load Diff

@ -2,10 +2,10 @@
{
rust-analyzer-unwrapped = callPackage ./generic.nix rec {
rev = "2020-11-09";
rev = "2021-01-04";
version = "unstable-${rev}";
sha256 = "sha256-SX9dvx2JtYZBxA3+dHQKX/jrjbAMy37/SAybDjlYcSs=";
cargoSha256 = "sha256-+td+wMmI+MyGz9oPC+SPO2TmAV0+3lOORNY7xf6s3vI=";
sha256 = "sha256-VRnmx5SfmdMIVQjixWBSaMioqFUlo9VOIKsPvC5t3t4=";
cargoSha256 = "sha256-X63FjFpfwjvQayw4X6Sqfyh4FHsc3flE3OtQpzqowjc=";
};
rust-analyzer = callPackage ./wrapper.nix {} {

@ -3,24 +3,24 @@
"version": "0.4.0-dev",
"dependencies": {
"node-fetch": "^2.6.1",
"vscode-languageclient": "7.0.0-next.12",
"@rollup/plugin-commonjs": "^13.0.2",
"@rollup/plugin-node-resolve": "^8.4.0",
"vscode-languageclient": "7.0.0",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@types/glob": "^7.1.3",
"@types/mocha": "^7.0.2",
"@types/node": "~12.7.0",
"@types/mocha": "^8.0.4",
"@types/node": "~12.12.6",
"@types/node-fetch": "^2.5.7",
"@types/vscode": "^1.47.1",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.8.0",
"@types/vscode": "^1.52.0",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"eslint": "^7.15.0",
"glob": "^7.1.6",
"mocha": "^8.1.3",
"rollup": "^2.26.9",
"tslib": "^2.0.1",
"typescript": "^3.9.7",
"mocha": "^8.2.1",
"rollup": "^2.34.2",
"tslib": "^2.0.3",
"typescript": "^4.1.2",
"typescript-formatter": "^7.2.2",
"vsce": "^1.79.5",
"vscode-test": "^1.4.0"
"vsce": "^1.81.1",
"vscode-test": "^1.4.1"
}
}

Loading…
Cancel
Save