Unverified Commit 53a63959 authored by Lin Yinfeng's avatar Lin Yinfeng
Browse files

matrix-sdk-crypto-nodejs: convert cargoDeps to importCargoLock

parent 2869364b
Loading
Loading
Loading
Loading
+5564 −0

File added.

Preview size limit exceeded, changes collapsed.

+5 −4
Original line number Diff line number Diff line
@@ -17,10 +17,11 @@ stdenv.mkDerivation rec {
    ./remove-duplicate-dependency.patch
  ];

  cargoDeps = rustPlatform.fetchCargoTarball {
    inherit src patches;
    name = "${pname}-${version}";
    hash = "sha256-ZvoWdcutMnotwapFRZlvZQaebpEKarzCR2Fh5xOGluw=";
  cargoDeps = rustPlatform.importCargoLock {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "uniffi-0.21.0" = "sha256-blKCfCsSNtr8NtO7Let7VJ/9oGuW9Eu8j9A6/oHUcP0=";
    };
  };

  nativeBuildInputs = [