File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
pkgs/by-name/st/stalwart-mail Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 " ;
2929in
3030rustPlatform . 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
Original file line number Diff line number Diff line change 1616
1717rustPlatform . 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
You can’t perform that action at this time.
0 commit comments