updated sources + patches + more patches

This commit is contained in:
eyjhb 2024-11-05 18:31:01 +01:00
parent ce4d807d53
commit 7313bb8344
Signed by: eyjhb
GPG key ID: 609F508E3239F920
8 changed files with 60 additions and 38 deletions

View file

@ -8,10 +8,15 @@ in sources // {
src = sources.nixpkgs;
name = "nixpkgs-patched";
patches = [
# tmp teeworlds fetchpatch to inject secrets
# tmp - lldap: 0.5.1-unstable-2024-08-09 -> 0.5.1-unstable-2024-10-30
(pkgs.fetchpatch {
url = "https://github.com/NixOS/nixpkgs/pull/334590.patch";
sha256 = "sha256-kP5wYYxR+sSGBla9d4+iGUu1SHA4q2UkLuebhZUhAxo=";
url = "https://github.com/NixOS/nixpkgs/pull/352840.patch";
sha256 = "sha256-O4zxn4AgUrggCkqUEkmVsUAbMTL/Jhki6Q+j1mhHWLw=";
})
# tmp - stalwart-mail.webadmin: pin wasm-bindgen-cli version
(pkgs.fetchpatch {
url = "https://github.com/NixOS/nixpkgs/pull/353360.patch";
sha256 = "sha256-WPNnvVmtySyEk58kVIYWVx3VN8MhX4v2ITLLnUGhpz4=";
})
];
};