Unverified Commit 16d2e9db authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

trust-dns: 0.24.0 -> 0.24.1
parents 84d341cf 5fa90efd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];