lldap: updated
This commit is contained in:
parent
e7af4737c1
commit
6c33d36fc5
1 changed files with 5 additions and 5 deletions
|
@ -8,11 +8,11 @@ in sources // {
|
||||||
src = sources.nixpkgs;
|
src = sources.nixpkgs;
|
||||||
name = "nixpkgs-patched";
|
name = "nixpkgs-patched";
|
||||||
patches = [
|
patches = [
|
||||||
# tmp - lldap: 0.5.1-unstable-2024-08-09 -> 0.5.1-unstable-2024-10-30
|
# tmp - lldap: 0.5.1-unstable-2024-10-30 -> 0.6.1
|
||||||
# (pkgs.fetchpatch {
|
(pkgs.fetchpatch {
|
||||||
# url = "https://github.com/NixOS/nixpkgs/pull/352840.patch";
|
url = "https://github.com/NixOS/nixpkgs/pull/359835.patch";
|
||||||
# sha256 = "sha256-O4zxn4AgUrggCkqUEkmVsUAbMTL/Jhki6Q+j1mhHWLw=";
|
sha256 = "sha256-2C9l4v9MaUJyiaB+kslTsSjsqTZ7RlcfMNlRzZblMik=";
|
||||||
# })
|
})
|
||||||
# tmp - stalwart-mail.webadmin: pin wasm-bindgen-cli version
|
# tmp - stalwart-mail.webadmin: pin wasm-bindgen-cli version
|
||||||
# (pkgs.fetchpatch {
|
# (pkgs.fetchpatch {
|
||||||
# url = "https://github.com/NixOS/nixpkgs/pull/353360.patch";
|
# url = "https://github.com/NixOS/nixpkgs/pull/353360.patch";
|
||||||
|
|
Loading…
Reference in a new issue