gerd.stalward: added stalwart mailserver

This commit is contained in:
eyjhb 2024-08-21 13:20:54 +02:00
parent e3114fb300
commit eab1162cfd
Signed by: eyjhb
GPG key ID: 609F508E3239F920
6 changed files with 165 additions and 3 deletions

View file

@ -13,6 +13,11 @@ in sources // {
url = "https://github.com/NixOS/nixpkgs/pull/334590.patch";
sha256 = "sha256-5Uf/jLV0CJFbWyPmkpF4kEVISvoG+fujvTAFIR0a2ek=";
})
# stalwart-mail
(pkgs.fetchpatch {
url = "https://github.com/NixOS/nixpkgs/pull/333507.patch";
sha256 = "sha256-HAbfKQRnOjdK/rJ5wuePw4hEVQoFz9N0YujxBxROGo0=";
})
];
};
}