hickory-dns: 0.25.1 -> 0.25.2

https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.2
This commit is contained in:
Adam C. Stephens
2025-05-05 15:45:44 -04:00
parent d2c13800de
commit 613e1971f2
+3 -3
View File
@@ -9,17 +9,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "hickory-dns";
version = "0.25.1";
version = "0.25.2";
src = fetchFromGitHub {
owner = "hickory-dns";
repo = "hickory-dns";
tag = "v${finalAttrs.version}";
hash = "sha256-H8wJozmuXtJ6d96DMgQ/Uw2sp3sa+UKMXT9vf5azcyc=";
hash = "sha256-sPVulok18WAWyCXDNJzjioCO733vHmCcC5SjYrs/T+E=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-nuT2WUejpIhfI8WVTupAgdo7iav9YL1ipHu/PR4S2Hg=";
cargoHash = "sha256-q54faGF/eLdCRB0Eljkgl/x78Fnpm0eAEK9gCUwiAgo=";
buildInputs = [ openssl ];
nativeBuildInputs = [ pkg-config ];