kord: use fetchCargoVendor

This commit is contained in:
TomaSajt
2025-03-29 21:24:35 +05:30
committed by Masum Reza
parent 1ac3c175a0
commit 0f79d664ba
2 changed files with 2 additions and 3580 deletions
-3574
View File
File diff suppressed because it is too large Load Diff
+2 -6
View File
@@ -23,12 +23,8 @@ rustPlatform.buildRustPackage rec {
sha256 = "sha256-CeMh6yB4fGoxtGLbkQe4OMMvBM0jesyP+8JtU5kCP84=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"bincode-2.0.0-rc.2" = "sha256-0BfKKGOi5EVIoF0HvIk0QS2fHUMG3tpsMLe2SkXeZlo=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-DpZsi2eIhuetHnLLYGAvv871mbPfAIUevqBLaV8ljGA=";
patches = [
# Fixes build issues due to refactored Rust compiler feature annotations.