Unverified Commit da39deb6 authored by Michael Daniels's avatar Michael Daniels
Browse files

ocamlPackages.dns: 10.2.1 -> 10.2.2

parent e9e5f61a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

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

  minimalOCamlVersion = "4.13";

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

  propagatedBuildInputs = [