Unverified Commit 2e581806 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

rust-analyzer-unwrapped: 2023-02-06 -> 2023-02-20
parents 7bcd94a8 5ecdf453
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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