Unverified Commit d81b27c2 authored by Yifei Sun's avatar Yifei Sun Committed by GitHub
Browse files

ocamlPackages.dns: 10.1.0 → 10.2.1 (#452823)

parents 85f91b2d 33cf42ea
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -16,15 +16,15 @@
  ohex,
}:

buildDunePackage rec {
buildDunePackage (finalAttrs: {
  pname = "dns";
  version = "10.1.0";
  version = "10.2.1";

  minimalOCamlVersion = "4.13";

  src = fetchurl {
    url = "https://github.com/mirage/ocaml-dns/releases/download/v${version}/dns-${version}.tbz";
    hash = "sha256-XG/qUUzsOccy5xdkZD6PuViN7gOMmRwYSsy+07QeN9I=";
    url = "https://github.com/mirage/ocaml-dns/releases/download/v${finalAttrs.version}/dns-${finalAttrs.version}.tbz";
    hash = "sha256-tIjPTFFP1X1KLLKbmdQjSuaEXv8NXnmxBZ93n3NCR4o=";
  };

  propagatedBuildInputs = [
@@ -51,4 +51,4 @@ buildDunePackage rec {
    maintainers = [ lib.maintainers.vbgl ];
  };

}
})
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
  tls,
  tls-mirage,
  dnssec,
  ca-certs-nss,
  alcotest,
}:

@@ -39,6 +40,7 @@ buildDunePackage {
    tcpip
    tls
    tls-mirage
    ca-certs-nss
  ];

  doCheck = true;