hickory-dns: push patches to upstream nixpkgs

This commit is contained in:
2024-12-08 02:09:02 +00:00
parent 6af75f470c
commit f672823214

View File

@@ -48,16 +48,22 @@ in
# })
(fetchpatch' {
name = "nixos/hickory-dns: give services.hickory-dns.settings.zone a freeformType";
saneCommit = "d953584c1ec886b6119eb16c59e385214b5d6e0e";
hash = "sha256-vPjK5nFcxvHpTRm0oouycEUzPBIH/muQGy8gDd5Y4Bg=";
name = "nixos/hickory-dns: make settings.zone freeform; expose configFile option";
prUrl = "https://github.com/NixOS/nixpkgs/pull/363001";
hash = "sha256-TZYwsY7SE1LkEEv1KPHj4qPVrs8RagIu7x/TEZtXFzE=";
})
(fetchpatch' {
name = "nixos/hickory-dns: expose `configFile` as a toplevel option";
saneCommit = "7cb0a6c87607810394eef050986408b0e5bd3e13";
hash = "sha256-Gki/GZOyFcWQRfChouIEZMmg2GDdAtsUSyAbSbTqANc=";
})
# (fetchpatch' {
# name = "nixos/hickory-dns: give services.hickory-dns.settings.zone a freeformType";
# saneCommit = "d953584c1ec886b6119eb16c59e385214b5d6e0e";
# hash = "sha256-vPjK5nFcxvHpTRm0oouycEUzPBIH/muQGy8gDd5Y4Bg=";
# })
# (fetchpatch' {
# name = "nixos/hickory-dns: expose `configFile` as a toplevel option";
# saneCommit = "7cb0a6c87607810394eef050986408b0e5bd3e13";
# hash = "sha256-Gki/GZOyFcWQRfChouIEZMmg2GDdAtsUSyAbSbTqANc=";
# })
(fetchpatch' {
name = "apacheHttpdPackages.mod_dnssd: fix cross compilation";