Unverified Commit 622e2670 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

hickory-dns: 0.25.1 -> 0.25.2 (#404460)

parents 47d98f67 613e1971
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,17 +9,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "hickory-dns";
  version = "0.25.1";
  version = "0.25.2";

  src = fetchFromGitHub {
    owner = "hickory-dns";
    repo = "hickory-dns";
    tag = "v${finalAttrs.version}";
    hash = "sha256-H8wJozmuXtJ6d96DMgQ/Uw2sp3sa+UKMXT9vf5azcyc=";
    hash = "sha256-sPVulok18WAWyCXDNJzjioCO733vHmCcC5SjYrs/T+E=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-nuT2WUejpIhfI8WVTupAgdo7iav9YL1ipHu/PR4S2Hg=";
  cargoHash = "sha256-q54faGF/eLdCRB0Eljkgl/x78Fnpm0eAEK9gCUwiAgo=";

  buildInputs = [ openssl ];
  nativeBuildInputs = [ pkg-config ];