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 63b4169 + a4ad09f commit 84f8a2cCopy full SHA for 84f8a2c
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-17";
+ version = "2025-03-24";
16
useFetchCargoVendor = true;
17
- cargoHash = "sha256-XiTq3Qpk996Rmp9KUSeKnzSggkx/1ntLd5Xgx3lVaek=";
+ cargoHash = "sha256-cLSUCdc0q1P1z8STZ9GhNzT752ruFqyhnnhDzA6nb+o=";
18
19
src = fetchFromGitHub {
20
owner = "rust-lang";
21
repo = "rust-analyzer";
22
rev = version;
23
- hash = "sha256-fqc6tqBGq83Q1SY37EDKf085WKtsSzf0vKgsqla8r3s=";
+ hash = "sha256-Hs+FeeFB+YTKIW39/b2OKr1/Q+vgDnfMYM1g+sRgFCU=";
24
};
25
26
cargoBuildFlags = [
0 commit comments