meli: 0.8.11 -> 0.8.12

This commit is contained in:
0x4A6F 2025-05-17 16:56:18 +02:00
parent 3fcbdcfc70
commit 7ca585a2b7
No known key found for this signature in database
GPG key ID: 8DEDBA5BE07080E1

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";