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:
-2503
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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user