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

View File

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

View File

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