meli: 0.8.11 -> 0.8.12 (#409123)

This commit is contained in:
Matthias Beyer
2025-05-21 09:12:41 +02:00
committed by GitHub
+3 -4
View File
@@ -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";