Commit 0f79d664 authored by TomaSajt's avatar TomaSajt Committed by Masum Reza
Browse files

kord: use fetchCargoVendor

parent 1ac3c175
Loading
Loading
Loading
Loading

pkgs/by-name/ko/kord/Cargo.lock

deleted100644 → 0
+0 −3574

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 {
    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.