rust-analyzer-unwrapped: 2025-07-07 -> 2025-07-14 (#425331)

This commit is contained in:
Nick Cao 2025-07-15 13:45:45 -04:00 committed by GitHub
commit 548e50473a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,15 +12,15 @@
rustPlatform.buildRustPackage rec {
pname = "rust-analyzer-unwrapped";
version = "2025-07-07";
version = "2025-07-14";
useFetchCargoVendor = true;
cargoHash = "sha256-6letdN1dn5pvUkArddMFxGHsAtprpCGJ98zTr7sAdfY=";
cargoHash = "sha256-bYJGlePqgcZ5ixdCJleJS0gjiKtiS1d2XJymhyUknas=";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "rust-analyzer";
rev = version;
hash = "sha256-YjyurHKMrUYKjnujSqjpFtHGYFCGr2Xpo1Xc1AYT1+M=";
hash = "sha256-EJcdxw3aXfP8Ex1Nm3s0awyH9egQvB2Gu+QEnJn2Sfg=";
};
cargoBuildFlags = [