hickory-dns: use stable updater (#393179)

This commit is contained in:
Colin
2025-03-25 20:39:05 +00:00
committed by GitHub
+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";