Commit d5d4a123 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

stalwart-cli: useFetchCargoVendor

Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.
parent e22b7d9a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@ rustPlatform.buildRustPackage rec {
  src = stalwart-mail.src;

  buildAndTestSubdir = "crates/cli";
  cargoHash = "sha256-9gqk26qCic1N8LHXLX3fWyk/oQr3QifbmPzAEWL6ZHo=";
  useFetchCargoVendor = true;
  cargoHash = "sha256-k0pNNLwFRLI7eHjVwHGjgrnX4moWOwoWvMiyPfGMgCo=";

  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];