stalwart-mail: 0.5.3 -> 0.6.0

This commit is contained in:
BruNeu 2024-02-16 20:12:34 +01:00
parent c267e823b7
commit ce5796460d
No known key found for this signature in database
GPG Key ID: 28583DF5600358A0
2 changed files with 419 additions and 458 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
}:
let
version = "0.5.3";
version = "0.6.0";
in
rustPlatform.buildRustPackage {
pname = "stalwart-mail";
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage {
owner = "stalwartlabs";
repo = "mail-server";
rev = "v${version}";
hash = "sha256-Fbw2f/Q5ZLnQi8PuxbdIxDIyDayhAzvzdn3LMexnWgA=";
hash = "sha256-OHwUWSUW6ovLQTxnuUrolQGhxbhp4YqKSH+ZTpe2WXc=";
fetchSubmodules = true;
};