updated sources

This commit is contained in:
eyjhb 2024-09-01 20:06:49 +02:00
parent f8c9599661
commit ac813a2554
Signed by: eyjhb
GPG key ID: 609F508E3239F920
2 changed files with 16 additions and 17 deletions

View file

@ -14,9 +14,14 @@ in sources // {
sha256 = "sha256-5Uf/jLV0CJFbWyPmkpF4kEVISvoG+fujvTAFIR0a2ek=";
})
# stalwart-mail
# (pkgs.fetchpatch {
# url = "https://github.com/NixOS/nixpkgs/pull/333507.patch";
# sha256 = "sha256-HAbfKQRnOjdK/rJ5wuePw4hEVQoFz9N0YujxBxROGo0=";
# })
# element 1.11.76
(pkgs.fetchpatch {
url = "https://github.com/NixOS/nixpkgs/pull/333507.patch";
sha256 = "sha256-HAbfKQRnOjdK/rJ5wuePw4hEVQoFz9N0YujxBxROGo0=";
url = "https://github.com/NixOS/nixpkgs/pull/337906.patch";
sha256 = "sha256-35ZTSIYmKmOcgQfWS+Ze6PdEHCaB2yn1q0/1nEt0Rh0=";
})
];
};