Merge pull request #305578 from wegank/trustdns-hash

trust-dns: fix hash
This commit is contained in:
superherointj 2024-04-20 16:42:17 -03:00 committed by GitHub
commit 8472357d11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ rustPlatform.buildRustPackage rec {
owner = "hickory-dns";
repo = "hickory-dns";
rev = "v${version}";
hash = "sha256-+vZnozPsORe7nK6jL/yt/wp2qjwBTqyxZYz+cXaKNFk=";
hash = "sha256-szq21RuRmkhAfHlzhGQYpwjiIRkavFCPETOt+6TxhP4=";
};
cargoHash = "sha256-VLpl6eMOstD0FsuPeHngKQitv1jcb+0dx2pc8ic3Cf4=";
cargoHash = "sha256-zGn5vHwsHgpkgOr30QiyScqnfXjH55LQIVtxoUUox64=";
buildInputs = [ openssl ];
nativeBuildInputs = [ pkg-config ];