updated sources

This commit is contained in:
eyjhb 2024-12-03 08:45:53 +01:00
parent 96e004a541
commit efb5711551
Signed by: eyjhb
GPG key ID: 609F508E3239F920
2 changed files with 17 additions and 17 deletions

View file

@ -9,15 +9,15 @@ in sources // {
name = "nixpkgs-patched";
patches = [
# 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/352840.patch";
sha256 = "sha256-O4zxn4AgUrggCkqUEkmVsUAbMTL/Jhki6Q+j1mhHWLw=";
})
# (pkgs.fetchpatch {
# 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=";
})
# (pkgs.fetchpatch {
# url = "https://github.com/NixOS/nixpkgs/pull/353360.patch";
# sha256 = "sha256-WPNnvVmtySyEk58kVIYWVx3VN8MhX4v2ITLLnUGhpz4=";
# })
];
};
}