hickory-dns: 0.25.0-alpha.3 -> 0.25.0-alpha.4

https://github.com/hickory-dns/hickory-dns/releases/tag/v0.25.0-alpha.4
This commit is contained in:
DSeeLP
2024-12-01 08:19:30 +01:00
parent 2c27ab2e60
commit f5267ad9e8
+3 -3
View File
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "hickory-dns";
version = "0.25.0-alpha.3";
version = "0.25.0-alpha.4";
src = fetchFromGitHub {
owner = "hickory-dns";
repo = "hickory-dns";
rev = "refs/tags/v${version}";
hash = "sha256-P9H21X/lZ8U/yfCL/rCuP9A1wnL7UuTcX7GlCuwo5ZQ=";
hash = "sha256-yLhTQIu9C1ikm0TtoEPLSt7ZWqJXn4YE2Lrx38sSJtE=";
};
cargoHash = "sha256-3hiMBwr6XT4M7J5KeH9bfGYMjZqOmYDda2Iml2emYMY=";
cargoHash = "sha256-j6J47b0CWbw4glOYam7VXt3IjPCdYY1y/U1d4Ho82uE=";
buildInputs = [ openssl ];
nativeBuildInputs = [ pkg-config ];