Merge pull request #113997 from oxalica/rust-analyzer

rust-analyzer: 2021-02-15 -> 2021-02-22
This commit is contained in:
Bernardo Meurer 2021-02-22 18:58:13 +00:00 committed by GitHub
commit bb99ddeecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

@ -2,10 +2,10 @@
{
rust-analyzer-unwrapped = callPackage ./generic.nix rec {
rev = "2021-02-15";
rev = "2021-02-22";
version = "unstable-${rev}";
sha256 = "sha256-4Dgj2RQDe2FoOSXjL7oaHg8WlYX1vnc66LzzbXvTmjM=";
cargoSha256 = "sha256-c6kr2PWSG3Sns6/O1zOVUFdkLWHAXcQ8LMeensCEuSk=";
sha256 = "sha256-QiVSwpTTOqR2WEm0nXyLLavlF2DnY9GY93HtpgHt2uI=";
cargoSha256 = "sha256-934ApOv/PJzkLc/LChckb/ZXKrh4kU556Bo/Zck+q8g=";
};
rust-analyzer = callPackage ./wrapper.nix {} {

@ -41,6 +41,8 @@ rustPlatform.buildRustPackage {
runHook postInstallCheck
'';
passthru.updateScript = ./update.sh;
meta = with lib; {
description = "An experimental modular compiler frontend for the Rust language";
homepage = "https://github.com/rust-analyzer/rust-analyzer";