Unverified Commit 5ea022d5 authored by TomaSajt's avatar TomaSajt
Browse files

sonusmix: use fetchCargoVendor

parent 886ee74b
Loading
Loading
Loading
Loading
+0 −2020

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −6
Original line number Diff line number Diff line
@@ -23,12 +23,8 @@ rustPlatform.buildRustPackage rec {
    hash = "sha256-vqbYJuErghSsvkFccLFUYuf1Dsg17tCBhF4/NLcba/E=";
  };

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "libspa-0.8.0" = "sha256-R68TkFbzDFA/8Btcar+0omUErLyBMm4fsmQlCvfqR9o=";
    };
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-KiCJ8XOU5qnO0zB1K7XBTx35WWUpAmqPFkNZOIgwLA0=";

  nativeBuildInputs = [
    pkg-config