trust-dns: 0.23.0 -> 0.24.0

This commit is contained in:
Colin 2023-10-24 02:25:29 +00:00
parent 501e79006c
commit 275f1ba49f
2 changed files with 7 additions and 1 deletions

View File

@ -151,7 +151,7 @@ in lib.mkMerge [
'';
serviceConfig = config.systemd.services.trust-dns.serviceConfig // {
ExecStart = ''
${pkgs.trust-dns}/bin/trust-dns \
${pkgs.trust-dns}/bin/${pkgs.trust-dns.meta.mainProgram} \
--port ${builtins.toString port} \
--zonedir ${zoneDirFor flavor}/ \
--config ${configFile} ${flagsStr}

View File

@ -19,6 +19,12 @@ let
// (if title != null then { name = title; } else {})
);
in [
(fetchpatch' {
title = "trust-dns: 0.23.0 -> 0.24.0";
prUrl = "https://github.com/NixOS/nixpkgs/pull/263054";
saneCommit = "cb13904421c1870df1059bfe5988a24107983a5f";
hash = "sha256-iZ8ox5GdY6s+fyyUFPboIalYadAnsjxk6jNOdkQcZjI=";
})
# (fetchpatch' {
# title = "trust-dns: 0.23.0 -> 0.24.0";
# prUrl = "https://github.com/NixOS/nixpkgs/pull/262466";