Skip to content

Commit

Permalink
stalwart-mail: 0.9.3 -> 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
esclear committed Sep 9, 2024
1 parent 0d47590 commit d6e2708
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/st/stalwart-mail/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let
# See upstream issue for rocksdb 9.X support
# https://github.com/stalwartlabs/mail-server/issues/407
rocksdb = rocksdb_8_11;
version = "0.9.3";
version = "0.9.4";
in
rustPlatform.buildRustPackage {
pname = "stalwart-mail";
Expand All @@ -36,11 +36,11 @@ rustPlatform.buildRustPackage {
owner = "stalwartlabs";
repo = "mail-server";
rev = "refs/tags/v${version}";
hash = "sha256-XjHm9jBpBQcf1qaZJLDSSrPK9Nqi3olG0pMXHdNUjbg=";
hash = "sha256-GDi7kRwI0GujQBJXItQpYZT1I1Hz3DUMyTixJ/lQySY=";
fetchSubmodules = true;
};

cargoHash = "sha256-sFYvEKZVTS5v37CpIl/KjoOY0iWCHLgIJFUdht5SjJY=";
cargoHash = "sha256-7gJi6sykmKRuZZ8svXWlktHnwr78zaE2jxVIt+sZPHg=";

patches = [
# Remove "PermissionsStartOnly" from systemd service files,
Expand Down

0 comments on commit d6e2708

Please sign in to comment.