trust-dns: 0.24.0 -> 0.24.1

This commit is contained in:
aktaboot 2024-04-17 20:11:35 +02:00
parent 8d611bec0c
commit 5fa90efdef
1 changed files with 3 additions and 3 deletions

View File

@ -7,15 +7,15 @@
rustPlatform.buildRustPackage rec {
pname = "trust-dns";
version = "0.24.0";
version = "0.24.1";
src = fetchFromGitHub {
owner = "hickory-dns";
repo = "hickory-dns";
rev = "v${version}";
hash = "sha256-w87WpuFKSOdObNiqET/pp2sJql1q0+xyns8+nMPj0xE=";
hash = "sha256-+vZnozPsORe7nK6jL/yt/wp2qjwBTqyxZYz+cXaKNFk=";
};
cargoHash = "sha256-sLhhwSsyzdxq7V9rpD42cu76T1mt4uCOx2NAmIf5sF8=";
cargoHash = "sha256-VLpl6eMOstD0FsuPeHngKQitv1jcb+0dx2pc8ic3Cf4=";
buildInputs = [ openssl ];
nativeBuildInputs = [ pkg-config ];