Skip to content

Commit

Permalink
stalwart-mail: 0.10.3 -> 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 22, 2024
1 parent 174ae77 commit 289d7b8
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.3";
version = "0.10.5";
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-xpNSMZWWiFU6OOooAD7ENzOggqYHdU88baPsXnovpXU=";
hash = "sha256-MD9zAWeitP3cXxzR4znqL551AGFbOcRzhV3goY6l/iY=";
fetchSubmodules = true;
};

cargoHash = "sha256-qiKfHrxQ4TSSomDLlPJ2+GOEri/ZuMCvUNdxRVoplgg=";
cargoHash = "sha256-ug49H6RWLlDdJNVW/BJcqNsG/NDNgWiqR8GiZ/HVrvY=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 289d7b8

Please sign in to comment.