Skip to content

Commit

Permalink
stalwart-mail: 0.10.6 -> 0.10.7 (NixOS#365005)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 13, 2024
2 parents 7d7dedd + f146be0 commit db3eb30
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.6";
version = "0.10.7";
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-/mY8WNQMp15LoFhNJjNzT/SB4dJya6SXvO9A4ZR8WGM=";
hash = "sha256-BATkLgfkz94u2M+Xy6PYQi+7EIxBe86VLYTnBI8PzzY=";
fetchSubmodules = true;
};

cargoHash = "sha256-Bd88dJo7Bf/6tmt+x/tkeWecKEZtFVYhyHhGU+/qPIs=";
cargoHash = "sha256-4MUw9nBx4uZgUOGQksiurFuyStmWXwYuOOGT1e9AoLg=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit db3eb30

Please sign in to comment.