Unverified Commit 31e6303a authored by TomaSajt's avatar TomaSajt
Browse files

lazymc: use fetchCargoVendor

parent 5b955f65
Loading
Loading
Loading
Loading

pkgs/by-name/la/lazymc/Cargo.lock

deleted100644 → 0
+0 −1718

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −6
Original line number Diff line number Diff line
@@ -18,12 +18,8 @@ rustPlatform.buildRustPackage rec {
    hash = "sha256-uMjM3w78qWnB/sNXRcxl30KJRm0I3BPEOr5IRU8FI0s=";
  };

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "minecraft-protocol-0.1.0" = "sha256-3eDMj8+Ug46WOl3zRqNxUa+SZr2qlhyi8OSewLu+gI8=";
    };
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-jqqqWZKO1HgwxLBGMz9rlFQ5xmZTycfUZjqHf+uVTBQ=";

  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
    darwin.apple_sdk.frameworks.CoreServices