Merge pull request #289367 from BruNeu/master

stalwart-mail: 0.5.3 -> 0.6.0
This commit is contained in:
Yt
2024-02-16 22:46:53 +00:00
committed by GitHub
2 changed files with 419 additions and 458 deletions
+417 -456
View File
File diff suppressed because it is too large Load Diff
+2 -2
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;
};