Commit 2bc7231a authored by R. RyanTM's avatar R. RyanTM
Browse files

ocamlPackages.cohttp: 5.3.0 -> 5.3.1

parent 8db50d6f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildDunePackage rec {
  pname = "cohttp";
  version = "5.3.0";
  version = "5.3.1";

  minimalOCamlVersion = "4.08";

  src = fetchurl {
    url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-${version}.tbz";
    hash = "sha256-s72RxwTl6lEOkkuDqy7eH8RqLM5Eiw+M70iDuaFu7d0=";
    hash = "sha256-9eJz08Lyn/R71+Ftsj4fPWzQGkC+ACCJhbxDTIjUV2s=";
  };

  postPatch = ''