Unverified Commit 722c58b5 authored by seth's avatar seth
Browse files

modrinth-app: importCargoLock -> fetchCargoVendor

parent d9e47289
Loading
Loading
Loading
Loading
+0 −7269

File deleted.

Preview size limit exceeded, changes collapsed.

+3 −6
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
let
  pnpm = pnpm_9;
in

rustPlatform.buildRustPackage rec {
  pname = "modrinth-app-unwrapped";
  version = "0.8.9";
@@ -30,12 +31,8 @@ rustPlatform.buildRustPackage rec {
    hash = "sha256-DR1aPbSqAVhL/m/Maa3mPzNWwK4A1WvDd/PwEMVYn5g=";
  };

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "wry-0.44.1" = "sha256-I1qkUVTu+Yqk1Imo1w5rG/lRSPLITF5BdcjBsPe+jXU=";
    };
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-cIJooOuAmDieikpm7W78rjTjxO1c+Sk005Y/VN/cqRg=";

  pnpmDeps = pnpm.fetchDeps {
    inherit pname version src;