Merge pull request #304862 from aktaboot/update-trust-dns

trust-dns: 0.24.0 -> 0.24.1
This commit is contained in:
Aleksana 2024-04-18 22:00:55 +08:00 committed by GitHub
commit 16d2e9dbec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];