quill: use useFetchCargoVendor
This commit is contained in:
parent
3d728b1d9a
commit
16ec17e630
3661
pkgs/tools/security/quill/Cargo.lock
generated
3661
pkgs/tools/security/quill/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -41,14 +41,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
export OPENSSL_LIB_DIR=${lib.getLib openssl}/lib
|
export OPENSSL_LIB_DIR=${lib.getLib openssl}/lib
|
||||||
'';
|
'';
|
||||||
|
|
||||||
cargoLock = {
|
useFetchCargoVendor = true;
|
||||||
lockFile = ./Cargo.lock;
|
cargoHash = "sha256-+a9VNBjM/Z/PnPRM6hkjSnG22otVc1pagCdn0kJIPEo=";
|
||||||
outputHashes = {
|
|
||||||
"derive_more-0.99.8-alpha.0" = "sha256-tEsfYC9oCAsDjinCsUDgRg3q6ruvayuA1lRmsEP9cys=";
|
|
||||||
"dfn_candid-0.8.0" = "sha256-7LXTwxSA9pTjFynMRzNRXie4x5u8BSLpFaOzpRsgrKA=";
|
|
||||||
"once_cell-1.4.0-alpha.0" = "sha256-5g26ZizSY5egH/4yU5glzBxpWzdvgKtDsckBpAUBatw=";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
Loading…
Reference in New Issue
Block a user