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 72f48b5 + 486607c commit 922e548Copy full SHA for 922e548
pkgs/by-name/ru/rust-analyzer-unwrapped/package.nix
@@ -12,15 +12,15 @@
12
13
rustPlatform.buildRustPackage rec {
14
pname = "rust-analyzer-unwrapped";
15
- version = "2025-03-24";
+ version = "2025-03-31";
16
useFetchCargoVendor = true;
17
- cargoHash = "sha256-cLSUCdc0q1P1z8STZ9GhNzT752ruFqyhnnhDzA6nb+o=";
+ cargoHash = "sha256-sOuswCnF5y/L8x586PpcrLQj19+5x8COi9xBE2SRLYY=";
18
19
src = fetchFromGitHub {
20
owner = "rust-lang";
21
repo = "rust-analyzer";
22
rev = version;
23
- hash = "sha256-Hs+FeeFB+YTKIW39/b2OKr1/Q+vgDnfMYM1g+sRgFCU=";
+ hash = "sha256-GLefofvDqIcyZ/S8rcF6cuKoSPJOVkm7TSK23MGT3Kk=";
24
};
25
26
cargoBuildFlags = [
0 commit comments