rustup: convert to cargoHash

This used to have git dependencies, but no longer does.

Fixes: 26f5d6fbec ("rustup: 1.25.2 -> 1.26.0")
This commit is contained in:
Alyssa Ross
2024-08-06 21:43:48 +02:00
parent 462b96d2a1
commit 3fe9664e2a
2 changed files with 1 additions and 2506 deletions
File diff suppressed because it is too large Load Diff
@@ -32,9 +32,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "sha256-rdhG9MdjWyvoaMGdjgFyCfQaoV48QtAZE7buA5TkDKg=";
};
cargoLock = {
lockFile = ./Cargo.lock;
};
cargoHash = "sha256-CRqRSsDNWfVHOgmZGMOD7z44tzEEFqGxHo7z7IExVn8=";
nativeBuildInputs = [ makeBinaryWrapper pkg-config ];