rust-analyzer-unwrapped: 2025-03-17 -> 2025-03-24 (#393235)

Co-authored-by: oxalica <oxalica@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] oxalica and committed by GitHub 84f8a2c0 63b41694

+3 -3
+3 -3
pkgs/by-name/ru/rust-analyzer-unwrapped/package.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "rust-analyzer-unwrapped"; 15 - version = "2025-03-17"; 15 + version = "2025-03-24"; 16 16 useFetchCargoVendor = true; 17 - cargoHash = "sha256-XiTq3Qpk996Rmp9KUSeKnzSggkx/1ntLd5Xgx3lVaek="; 17 + cargoHash = "sha256-cLSUCdc0q1P1z8STZ9GhNzT752ruFqyhnnhDzA6nb+o="; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "rust-lang"; 21 21 repo = "rust-analyzer"; 22 22 rev = version; 23 - hash = "sha256-fqc6tqBGq83Q1SY37EDKf085WKtsSzf0vKgsqla8r3s="; 23 + hash = "sha256-Hs+FeeFB+YTKIW39/b2OKr1/Q+vgDnfMYM1g+sRgFCU="; 24 24 }; 25 25 26 26 cargoBuildFlags = [