Skip to content

Commit

Permalink
rust-analyzer-unwrapped: 2024-09-02 -> 20-24-11-04
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Nov 7, 2024
1 parent 9d4343b commit 40d9b8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/rust-analyzer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

rustPlatform.buildRustPackage rec {
pname = "rust-analyzer-unwrapped";
version = "2024-09-02";
cargoHash = "sha256-t45RzYkuywGByGWwUON3dW0aKjLYcFXB8uy4CybPuf4=";
version = "2024-11-04";
cargoHash = "sha256-eiZuKnif63usgS2fSon9KtxxDYbAvHs3sTMRCib40Io=";

src = fetchFromGitHub {
owner = "rust-lang";
repo = "rust-analyzer";
rev = version;
hash = "sha256-YH0kH5CSOnAuPUB1BUzUqvnKiv5SgDhfMNjrkki9Ahk=";
hash = "sha256-5gBDDKKwiMzR7W/b4PROLeNiXbB4ux1YDDLebaFzrmM=";
};

cargoBuildFlags = [ "--bin" "rust-analyzer" "--bin" "rust-analyzer-proc-macro-srv" ];
Expand Down

0 comments on commit 40d9b8e

Please sign in to comment.