1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

stalwart-mail: 0.8.0 -> 0.8.1

This commit is contained in:
Jonas Heinrich 2024-05-23 18:54:49 +02:00
parent 6dfb3fb9ef
commit 72d5d19b57

View file

@ -22,7 +22,7 @@ let
# See upstream issue for rocksdb 9.X support
# https://github.com/stalwartlabs/mail-server/issues/407
rocksdb = rocksdb_8_11;
version = "0.8.0";
version = "0.8.1";
in
rustPlatform.buildRustPackage {
pname = "stalwart-mail";
@ -32,11 +32,11 @@ rustPlatform.buildRustPackage {
owner = "stalwartlabs";
repo = "mail-server";
rev = "v${version}";
hash = "sha256-V6Gl59938AplFW7pbrbGWB42+zRQBEaTUSW0+TMBo8I=";
hash = "sha256-al2+/+HPbjJ30rju2ih/yFZgmTdO2bQ6jDv+dtoIqsc=";
fetchSubmodules = true;
};
cargoHash = "sha256-LWA08GNCrDlSwcSAlAi58OkoLs41fL6J5DPCsacozsM=";
cargoHash = "sha256-ek9vPo/M4peDcDkfzjXoKlJ+gFZUiREwNflOKEJNaWQ=";
nativeBuildInputs = [
pkg-config