rust-analyzer-unwrapped: 2024-03-18 -> 2024-03-25

Diff: https://github.com/rust-lang/rust-analyzer/compare/2024-03-18...2024-03-25
This commit is contained in:
Ilan Joselevich 2024-03-25 20:31:57 +02:00
parent 0bd5219253
commit 5815cd5fe4
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -13,14 +13,14 @@
rustPlatform.buildRustPackage rec {
pname = "rust-analyzer-unwrapped";
version = "2024-03-18";
cargoSha256 = "sha256-CZC90HtAuK66zXDCHam9YJet9C62psxkHeJ/+1vIjTg=";
version = "2024-03-25";
cargoSha256 = "sha256-knvXvQ4e3Ab5zGcitfzlznad//0gAFSgWjOPiCjeFDM=";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "rust-analyzer";
rev = version;
sha256 = "sha256-Jd6pmXlwKk5uYcjyO/8BfbUVmx8g31Qfk7auI2IG66A=";
sha256 = "sha256-4na1ZTc6Iknu6V1Wo6jnt6d3H0JdZfpKF4GX/WNa/Zc=";
};
cargoBuildFlags = [ "--bin" "rust-analyzer" "--bin" "rust-analyzer-proc-macro-srv" ];