updated sources + updated teewords patch + removed stalwart patches

This commit is contained in:
eyjhb 2024-09-09 23:22:35 +02:00
parent a93382acee
commit 41bb5bdb39
Signed by: eyjhb
GPG key ID: 609F508E3239F920
3 changed files with 10 additions and 26 deletions

View file

@ -11,17 +11,7 @@ in sources // {
# tmp teeworlds fetchpatch to inject secrets
(pkgs.fetchpatch {
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=";
# })
# element 1.11.76
(pkgs.fetchpatch {
url = "https://github.com/NixOS/nixpkgs/pull/337906.patch";
sha256 = "sha256-35ZTSIYmKmOcgQfWS+Ze6PdEHCaB2yn1q0/1nEt0Rh0=";
sha256 = "sha256-kP5wYYxR+sSGBla9d4+iGUu1SHA4q2UkLuebhZUhAxo=";
})
];
};