Commit 23a736d9 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

rust-analyzer-unwrapped: 2025-07-21 -> 2025-07-28

parent eaa9fd31
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,15 +12,15 @@

rustPlatform.buildRustPackage rec {
  pname = "rust-analyzer-unwrapped";
  version = "2025-07-21";
  version = "2025-07-28";

  cargoHash = "sha256-Of1agDo7/stiS58yTtL0rV/iCRMipO3bQC4xEsi7CGk=";
  cargoHash = "sha256-htlLYQjUDPvBK5E3xiopWK08OZyRCH7OJ3oCa9/y+QI=";

  src = fetchFromGitHub {
    owner = "rust-lang";
    repo = "rust-analyzer";
    rev = version;
    hash = "sha256-KYavlyBR385om3AOEF+ABCjslJF7vi/Eufo2L56Hhfg=";
    hash = "sha256-RzsKuX6BQntFOhvqbstzOtzkOv0lkW4l8SYu6ffTf74=";
  };

  cargoBuildFlags = [