lldap: updated

This commit is contained in:
eyjhb 2024-12-05 17:02:34 +01:00
parent e7af4737c1
commit 6c33d36fc5
No known key found for this signature in database
GPG key ID: 609F508E3239F920

View file

@ -8,11 +8,11 @@ in sources // {
src = sources.nixpkgs;
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=";
# })
# tmp - lldap: 0.5.1-unstable-2024-10-30 -> 0.6.1
(pkgs.fetchpatch {
url = "https://github.com/NixOS/nixpkgs/pull/359835.patch";
sha256 = "sha256-2C9l4v9MaUJyiaB+kslTsSjsqTZ7RlcfMNlRzZblMik=";
})
# tmp - stalwart-mail.webadmin: pin wasm-bindgen-cli version
# (pkgs.fetchpatch {
# url = "https://github.com/NixOS/nixpkgs/pull/353360.patch";