Skip to content

Commit 7db241f

Browse files
rust-analyzer-unwrapped: 2024-12-02 -> 2024-12-16 (#366560)
2 parents b275d22 + 0613ace commit 7db241f

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-02";
16-
cargoHash = "sha256-qlBR6Ua0h+1jk1VTjDRkSsmYjbsjeONGIEXGMxHlyfM=";
15+
version = "2024-12-16";
16+
cargoHash = "sha256-RUFhNJTLP1xOr+qpRVYZipk9rZ/c9kqJE9wuqmwFFPE=";
1717

1818
src = fetchFromGitHub {
1919
owner = "rust-lang";
2020
repo = "rust-analyzer";
2121
rev = version;
22-
hash = "sha256-Aob7Gf46F4BMLS0FDzf8mV39fUbNHURaY+GbYNsoOY4=";
22+
hash = "sha256-7DBZsPlP/9ZpYk+k6dLFG6SEH848HuGaY7ri/gdye4M=";
2323
};
2424

2525
cargoBuildFlags = [

0 commit comments

Comments
 (0)