Merge pull request #217516 from r-ryantm/auto-update/rust-analyzer-unwrapped

rust-analyzer-unwrapped: 2023-02-06 -> 2023-02-20
This commit is contained in:
Weijia Wang
2023-02-26 13:16:56 +02:00
committed by GitHub
@@ -12,14 +12,14 @@
rustPlatform.buildRustPackage rec {
pname = "rust-analyzer-unwrapped";
version = "2023-02-06";
cargoSha256 = "sha256-TYMK905P5FvDxWo3ntDjNsgYxz+tBQptxWh5p6OKE64=";
version = "2023-02-20";
cargoSha256 = "sha256-/5TxlRh3xQrhWiq9Gcljfpn2G5MmCH99Oc022ZrKcVs=";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "rust-analyzer";
rev = version;
sha256 = "sha256-apIUZwMwZkWqd7anSGcI1g+2rYfd5GoxIpFFabUFYBU=";
sha256 = "sha256-8h0sV0fmMSB7KydJJD5Iz1kJxR3YzYa3iJ71VD2zePk=";
};
auditable = true; # TODO: remove when this is the default