rust-analyzer: 2021-02-15 -> 2021-02-22

This commit is contained in:
oxalica 2021-02-22 20:00:24 +08:00
parent 11cd34cd59
commit 0ca2e7d621
No known key found for this signature in database
GPG key ID: CED392DE0C483D00
2 changed files with 5 additions and 3 deletions

View file

@ -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 {} {

View file

@ -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";