From a7377a6afc334b3535ff8d7fb1f99f1e268e4d90 Mon Sep 17 00:00:00 2001 From: "DGNum [bot]" Date: Thu, 12 Jun 2025 12:57:58 +0000 Subject: [PATCH] lon: update dns.nix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit a3196708a56dee76186a9415c187473b94e6cbae → 96e548ae8bd44883afc5bddb9dacd0502542276d Last 17 commits: 3fa62df Add DANE-Related RRs d86ffdc zone#toString relative to $ORIGIN b2c6c9d useOrigin option in zone to switch toString e13b516 merge writeRecord{,Rel} b0a5a0f remove writeRecordDel 2307af0 fix subdomain case 0d4694f Update dns/types/record.nix e3ad889 Update dns/types/record.nix 3b4d4b3 Update dns/types/record.nix f084caf doc: adds useOrigin example 025996a Merge pull request #33 from pigam/unqualified-domain-names 7d62cee fix syntax error a23f43f Merge pull request #36 from griffi-gh/patch-1 51e3deb Apply suggestions from code review 1ad7b72 Apply suggestions from code review 17e7f9b Merge pull request #27 from DarkKirb/dnssec-rr 96e548a fix: Make the example work --- lon.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lon.lock b/lon.lock index 23d0471..cc7a60c 100644 --- a/lon.lock +++ b/lon.lock @@ -77,9 +77,9 @@ "owner": "nix-community", "repo": "dns.nix", "branch": "master", - "revision": "a3196708a56dee76186a9415c187473b94e6cbae", - "url": "https://github.com/nix-community/dns.nix/archive/a3196708a56dee76186a9415c187473b94e6cbae.tar.gz", - "hash": "sha256-IK3r16N9pizf53AipOmrcrcyjVsPJwC4PI5hIqEyKwQ=" + "revision": "96e548ae8bd44883afc5bddb9dacd0502542276d", + "url": "https://github.com/nix-community/dns.nix/archive/96e548ae8bd44883afc5bddb9dacd0502542276d.tar.gz", + "hash": "sha256-qTbv8Pm9WWF63M5Fj0Od9E54/lsbMSQUBHw/s30eFok=" }, "git-hooks": { "type": "GitHub", -- 2.47.2