hickory-dns: use stable updater

This commit is contained in:
Adam C. Stephens
2025-03-25 19:29:14 +00:00
parent 40c3686454
commit 73268e778c
+1 -7
View File
@@ -27,13 +27,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
# tests expect internet connectivity to query real nameservers like 8.8.8.8
doCheck = false;
passthru.updateScript = nix-update-script {
# remove when 0.25.0 is released
extraArgs = [
"--version"
"unstable"
];
};
passthru.updateScript = nix-update-script { };
meta = {
description = "Rust based DNS client, server, and resolver";