earbuds: use fetchCargoVendor

This commit is contained in:
TomaSajt 2025-03-08 12:41:32 +01:00
parent 6fe52c5dae
commit 1c45162ac1
No known key found for this signature in database
GPG Key ID: F011163C050122A1
2 changed files with 2 additions and 2541 deletions

File diff suppressed because it is too large Load Diff

View File

@ -26,13 +26,8 @@ rustPlatform.buildRustPackage {
./fix-daemon.patch
];
# git dependencies are currently not supported in the fixed-output derivation fetcher.
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"galaxy_buds_rs-0.2.10" = "sha256-95PBmGwHJiXi72Rir8KK7as+i9yjs5nf45SaBhj1geg=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-Y1pMmWxfXGcEFPj05/BpXQvd199O5l6hJmePNxMQc/Y=";
nativeBuildInputs = [
pkg-config