rust-analyzer-unwrapped: 2024-12-23 -> 2025-01-08 (#372210)

Co-authored-by: oxalica <oxalica@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-08 20:18:47 +00:00
committed by GitHub
co-authored by oxalica
@@ -12,14 +12,14 @@
rustPlatform.buildRustPackage rec {
pname = "rust-analyzer-unwrapped";
version = "2024-12-23";
cargoHash = "sha256-9fPKd94erhUIBIeg8gDaCvJmKHwwNuLUMiEwCMdVeFE=";
version = "2025-01-08";
cargoHash = "sha256-5PRfmjDamboKf77oeCOG1EPlsDvqjQzRZavFyN3gLK8=";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "rust-analyzer";
rev = version;
hash = "sha256-NlsVD/fI32wsHFua9Xvc7IFHCUpQIOs6D6RS/3AhMT8=";
hash = "sha256-dzslslI/5YEppCztz4FZ1VwXnb4SbuXWbSvDuWs0KKI=";
};
cargoBuildFlags = [