Skip to content

Commit

Permalink
stalwart-mail: 0.10.5 -> 0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn8901 committed Nov 15, 2024
1 parent d08575f commit 3ec69bb
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 @@ -25,7 +25,7 @@ let
# See upstream issue for rocksdb 9.X support
# https://github.com/stalwartlabs/mail-server/issues/407
rocksdb = rocksdb_8_11;
version = "0.10.5";
version = "0.10.6";
in
rustPlatform.buildRustPackage {
pname = "stalwart-mail";
Expand All @@ -35,11 +35,11 @@ rustPlatform.buildRustPackage {
owner = "stalwartlabs";
repo = "mail-server";
rev = "refs/tags/v${version}";
hash = "sha256-MD9zAWeitP3cXxzR4znqL551AGFbOcRzhV3goY6l/iY=";
hash = "sha256-/mY8WNQMp15LoFhNJjNzT/SB4dJya6SXvO9A4ZR8WGM=";
fetchSubmodules = true;
};

cargoHash = "sha256-ug49H6RWLlDdJNVW/BJcqNsG/NDNgWiqR8GiZ/HVrvY=";
cargoHash = "sha256-Bd88dJo7Bf/6tmt+x/tkeWecKEZtFVYhyHhGU+/qPIs=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 3ec69bb

Please sign in to comment.