Unverified Commit 7cd7424a authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

meli: 0.8.11 -> 0.8.12 (#409123)

parents 8d16c599 7ca585a2
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

rustPlatform.buildRustPackage rec {
  pname = "meli";
  version = "0.8.11";
  version = "0.8.12";

  src = fetchzip {
    urls = [
@@ -33,11 +33,11 @@ rustPlatform.buildRustPackage rec {
      "https://codeberg.org/meli/meli/archive/v${version}.tar.gz"
      "https://github.com/meli/meli/archive/refs/tags/v${version}.tar.gz"
    ];
    hash = "sha256-q3vnvH0GWnrfYnk2WBRLTDInJ/wazI4JtkEMwiWanfI=";
    hash = "sha256-Dp0WI1Cl+m7oxZ/4zEi0TtOwqRX681jZht9bNMFnmsU=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-OAytdJgIiaS0xsHWOgNW2dkRQEyU9xcyaJtxClWzfjQ=";
  cargoHash = "sha256-DJtk8xLppXdl9sSt6GcaXwZ5MEIY/s/z/bdcdr8YdLw=";

  # Needed to get openssl-sys to use pkg-config
  OPENSSL_NO_VENDOR = 1;
@@ -75,7 +75,6 @@ rustPlatform.buildRustPackage rec {
  ];

  meta = with lib; {
    broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64);
    description = "Terminal e-mail client and e-mail client library";
    mainProgram = "meli";
    homepage = "https://meli.delivery";