Skip to content

Commit 922e548

Browse files
rust-analyzer-unwrapped: 2025-03-24 -> 2025-03-31 (#396476)
Co-authored-by: oxalica <[email protected]>
2 parents 72f48b5 + 486607c commit 922e548

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ru/rust-analyzer-unwrapped/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212

1313
rustPlatform.buildRustPackage rec {
1414
pname = "rust-analyzer-unwrapped";
15-
version = "2025-03-24";
15+
version = "2025-03-31";
1616
useFetchCargoVendor = true;
17-
cargoHash = "sha256-cLSUCdc0q1P1z8STZ9GhNzT752ruFqyhnnhDzA6nb+o=";
17+
cargoHash = "sha256-sOuswCnF5y/L8x586PpcrLQj19+5x8COi9xBE2SRLYY=";
1818

1919
src = fetchFromGitHub {
2020
owner = "rust-lang";
2121
repo = "rust-analyzer";
2222
rev = version;
23-
hash = "sha256-Hs+FeeFB+YTKIW39/b2OKr1/Q+vgDnfMYM1g+sRgFCU=";
23+
hash = "sha256-GLefofvDqIcyZ/S8rcF6cuKoSPJOVkm7TSK23MGT3Kk=";
2424
};
2525

2626
cargoBuildFlags = [

0 commit comments

Comments
 (0)