bumped sources + fixed stalwart - added todo

This commit is contained in:
eyjhb 2025-06-29 20:40:34 +02:00
parent 038865ba84
commit 801dcdbfd0
Signed by: eyjhb
GPG key ID: 609F508E3239F920
3 changed files with 21 additions and 29 deletions

View file

@ -8,22 +8,6 @@ in sources // {
src = sources.nixpkgs;
name = "nixpkgs-patched";
patches = [
# stalwart-mail: 0.11.8 -> 0.12.0
(pkgs.fetchpatch {
url = "https://github.com/NixOS/nixpkgs/pull/409178.patch";
sha256 = "sha256-06J8pTjqeWTL6MJqVq17r3eelL5p/AfvUsPye5icVUg=";
})
# nixos/stalwart-mail: fix incorrect config for webadmin and spam-filter
(pkgs.fetchpatch {
url = "https://github.com/NixOS/nixpkgs/pull/412054.patch";
sha256 = "sha256-OExslGsrGGPWSJJFPkZgYV8DaPKq9YDlmozPf/bV6dE=";
})
# headscale: 0.25.1 -> 0.26.0, update nixos module and test accordingly #407644
(pkgs.fetchpatch {
url = "https://github.com/NixOS/nixpkgs/pull/407644.patch";
sha256 = "sha256-0fAB9DJ8KeocS/ZP4CPEt9VHkAu6gt025rSu3Skssqo=";
})
# # Revert "nixos/murmur: Get rid of global lib expansion" #413495
# (pkgs.fetchpatch {
# url = "https://github.com/NixOS/nixpkgs/pull/413495.patch";