updated sources + patches + more patches
This commit is contained in:
parent
ce4d807d53
commit
7313bb8344
8 changed files with 60 additions and 38 deletions
|
@ -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=";
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue