Skip to content

Commit

Permalink
Merge pull request #297630 from r-ryantm/auto-update/rust-analyzer-un…
Browse files Browse the repository at this point in the history
…wrapped

rust-analyzer-unwrapped: 2024-03-11 -> 2024-03-18
  • Loading branch information
adamcstephens committed Mar 21, 2024
2 parents 03ddd3c + efaacb0 commit 26e8697
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/rust-analyzer/default.nix
Expand Up @@ -13,14 +13,14 @@

rustPlatform.buildRustPackage rec {
pname = "rust-analyzer-unwrapped";
version = "2024-03-11";
cargoSha256 = "sha256-fhlz/Yo+UKeG/C5GENyDZYA8O15TF59HpKdUs04qMUE=";
version = "2024-03-18";
cargoSha256 = "sha256-CZC90HtAuK66zXDCHam9YJet9C62psxkHeJ/+1vIjTg=";

src = fetchFromGitHub {
owner = "rust-lang";
repo = "rust-analyzer";
rev = version;
sha256 = "sha256-NfeDjQZUrVb9hzBPcqO19s0p/zSOatD5ZK+J7rZiE3c=";
sha256 = "sha256-Jd6pmXlwKk5uYcjyO/8BfbUVmx8g31Qfk7auI2IG66A=";
};

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

0 comments on commit 26e8697

Please sign in to comment.