Skip to content

Commit

Permalink
rust-analyzer-unwrapped: 2024-12-23 -> 2025-01-08 (NixOS#372210)
Browse files Browse the repository at this point in the history
Co-authored-by: oxalica <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and oxalica authored Jan 8, 2025
2 parents 2682534 + 54dae85 commit 984747e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ru/rust-analyzer-unwrapped/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

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

src = fetchFromGitHub {
owner = "rust-lang";
repo = "rust-analyzer";
rev = version;
hash = "sha256-NlsVD/fI32wsHFua9Xvc7IFHCUpQIOs6D6RS/3AhMT8=";
hash = "sha256-dzslslI/5YEppCztz4FZ1VwXnb4SbuXWbSvDuWs0KKI=";
};

cargoBuildFlags = [
Expand Down

0 comments on commit 984747e

Please sign in to comment.