Skip to content

Commit

Permalink
stalwart-mail: 0.5.2 -> 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ThyMYthOS committed Feb 12, 2024
1 parent 4f78d85 commit cf1efc0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions nixos/doc/manual/release-notes/rl-2405.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m

- `xxd` has been moved from `vim` default output to its own output to reduce closure size. The canonical way to reference it across all platforms is `unixtools.xxd`.

- The `stalwart-mail` package has been updated to v0.5.3, which includes [breaking changes](https://github.com/stalwartlabs/mail-server/blob/v0.5.3/UPGRADING.md).

- `services.avahi.nssmdns` got split into `services.avahi.nssmdns4` and `services.avahi.nssmdns6` which enable the mDNS NSS switch for IPv4 and IPv6 respectively.
Since most mDNS responders only register IPv4 addresses, most users want to keep the IPv6 support disabled to avoid long timeouts.

Expand Down
18 changes: 9 additions & 9 deletions pkgs/servers/mail/stalwart/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/servers/mail/stalwart/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}:

let
version = "0.5.2";
version = "0.5.3";
in
rustPlatform.buildRustPackage {
pname = "stalwart-mail";
Expand All @@ -24,7 +24,7 @@ rustPlatform.buildRustPackage {
owner = "stalwartlabs";
repo = "mail-server";
rev = "v${version}";
hash = "sha256-U53v123mLD9mGmsNKgHlad8+2vr9lzMXizT4KeOChJY=";
hash = "sha256-Fbw2f/Q5ZLnQi8PuxbdIxDIyDayhAzvzdn3LMexnWgA=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit cf1efc0

Please sign in to comment.