Skip to content

Commit 984747e

Browse files
rust-analyzer-unwrapped: 2024-12-23 -> 2025-01-08 (NixOS#372210)
Co-authored-by: oxalica <[email protected]>
2 parents 2682534 + 54dae85 commit 984747e

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,14 +12,14 @@
1212

1313
rustPlatform.buildRustPackage rec {
1414
pname = "rust-analyzer-unwrapped";
15-
version = "2024-12-23";
16-
cargoHash = "sha256-9fPKd94erhUIBIeg8gDaCvJmKHwwNuLUMiEwCMdVeFE=";
15+
version = "2025-01-08";
16+
cargoHash = "sha256-5PRfmjDamboKf77oeCOG1EPlsDvqjQzRZavFyN3gLK8=";
1717

1818
src = fetchFromGitHub {
1919
owner = "rust-lang";
2020
repo = "rust-analyzer";
2121
rev = version;
22-
hash = "sha256-NlsVD/fI32wsHFua9Xvc7IFHCUpQIOs6D6RS/3AhMT8=";
22+
hash = "sha256-dzslslI/5YEppCztz4FZ1VwXnb4SbuXWbSvDuWs0KKI=";
2323
};
2424

2525
cargoBuildFlags = [

0 commit comments

Comments
 (0)