Skip to content

Commit cd43d68

Browse files
authored
stalwart-mail: 2024-11-07 (#356250)
2 parents 3531bb4 + 09a5cc1 commit cd43d68

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pkgs/by-name/st/stalwart-mail/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let
2525
# See upstream issue for rocksdb 9.X support
2626
# https://github.com/stalwartlabs/mail-server/issues/407
2727
rocksdb = rocksdb_8_11;
28-
version = "0.10.5";
28+
version = "0.10.6";
2929
in
3030
rustPlatform.buildRustPackage {
3131
pname = "stalwart-mail";
@@ -35,11 +35,11 @@ rustPlatform.buildRustPackage {
3535
owner = "stalwartlabs";
3636
repo = "mail-server";
3737
rev = "refs/tags/v${version}";
38-
hash = "sha256-MD9zAWeitP3cXxzR4znqL551AGFbOcRzhV3goY6l/iY=";
38+
hash = "sha256-/mY8WNQMp15LoFhNJjNzT/SB4dJya6SXvO9A4ZR8WGM=";
3939
fetchSubmodules = true;
4040
};
4141

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

4444
nativeBuildInputs = [
4545
pkg-config

pkgs/by-name/st/stalwart-mail/webadmin.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
rustPlatform.buildRustPackage rec {
1818
pname = "webadmin";
19-
version = "0.1.17";
19+
version = "0.1.19";
2020

2121
src = fetchFromGitHub {
2222
owner = "stalwartlabs";
2323
repo = "webadmin";
2424
rev = "refs/tags/v${version}";
25-
hash = "sha256-kMfdCb2dwoVd9G1uZw2wcfaAAPt6obFfWQbbXG/MDB4=";
25+
hash = "sha256-jaNBYVIIxYjle4JQJdcvzl9f5slRvGPKqtzR2WGc0LE=";
2626
};
2727

2828
npmDeps = fetchNpmDeps {
@@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
3131
hash = "sha256-na1HEueX8w7kuDp8LEtJ0nD1Yv39cyk6sEMpS1zix2s=";
3232
};
3333

34-
cargoHash = "sha256-0Urr0MsmenFqg25lZAzg7LgJ/NkZHINoOWtPad7G6GE=";
34+
cargoHash = "sha256-r4j4+vwmx8JJn3+6i6z6dYBOr6Efdid6qtw9oolCTW8=";
3535

3636
postPatch = ''
3737
# Using local tailwindcss for compilation

0 commit comments

Comments
 (0)