rust-analyzer-unwrapped: 2025-06-16 -> 2025-06-30 (#423042)

Co-authored-by: oxalica <oxalica@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-06 23:12:56 +00:00
committed by GitHub
co-authored by oxalica
@@ -12,15 +12,15 @@
rustPlatform.buildRustPackage rec {
pname = "rust-analyzer-unwrapped";
version = "2025-06-16";
version = "2025-06-30";
useFetchCargoVendor = true;
cargoHash = "sha256-cg+NGntuCC1hplSBQjEG9P3EWYiRWOZAq8YaTwyuzzs=";
cargoHash = "sha256-H2ogx4D6vxx1iQBJzHcdI9lT5acOgVOw3PN8fyfXkd0=";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "rust-analyzer";
rev = version;
hash = "sha256-VXLDkb1iOw7wWhgOgBMP9hTcpW6Eo399YbBif5hlxS8=";
hash = "sha256-v7XmmLBNRMzRXiVCeH60ZeGEqo+aagmwawI0Z9+EoXY=";
};
cargoBuildFlags = [