We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2682534 + 54dae85 commit 984747eCopy full SHA for 984747e
pkgs/by-name/ru/rust-analyzer-unwrapped/package.nix
@@ -12,14 +12,14 @@
12
13
rustPlatform.buildRustPackage rec {
14
pname = "rust-analyzer-unwrapped";
15
- version = "2024-12-23";
16
- cargoHash = "sha256-9fPKd94erhUIBIeg8gDaCvJmKHwwNuLUMiEwCMdVeFE=";
+ version = "2025-01-08";
+ cargoHash = "sha256-5PRfmjDamboKf77oeCOG1EPlsDvqjQzRZavFyN3gLK8=";
17
18
src = fetchFromGitHub {
19
owner = "rust-lang";
20
repo = "rust-analyzer";
21
rev = version;
22
- hash = "sha256-NlsVD/fI32wsHFua9Xvc7IFHCUpQIOs6D6RS/3AhMT8=";
+ hash = "sha256-dzslslI/5YEppCztz4FZ1VwXnb4SbuXWbSvDuWs0KKI=";
23
};
24
25
cargoBuildFlags = [
0 commit comments