Merge pull request 'meshname: fix mx records and support for reverse-ips' (#526) from Mic92-sops-nix into main
All checks were successful
assets1 / test (push) Successful in 20s
checks-impure / test (push) Successful in 1m30s
checks / test (push) Successful in 1m44s

This commit is contained in:
clan-bot 2023-11-16 16:36:11 +00:00
commit 43dbdf20d4

View File

@ -10,8 +10,8 @@ buildGoModule {
src = fetchFromGitHub {
owner = "Mic92";
repo = "meshname";
rev = "b3c0ec1cafcb91ae7801b139777ff5ffad4c8fed";
hash = "sha256-uPon66nc5vw2QbbrNPXcCkO7T0l0foYovyR1adL9JBg=";
rev = "9b11879d63ac02b0df59960f47063aefc1baf176";
hash = "sha256-oK2fKxCSonWs87s7BRdLO8GRm5MCfQNaJE7AoaH6K/c=";
};
subPackages = [ "cmd/meshnamed" ];