ocamlPackages.cohttp: 5.3.0 -> 5.3.1

+2 -2
+2 -2
pkgs/development/ocaml-modules/cohttp/default.nix
··· 6 6 7 7 buildDunePackage rec { 8 8 pname = "cohttp"; 9 - version = "5.3.0"; 9 + version = "5.3.1"; 10 10 11 11 minimalOCamlVersion = "4.08"; 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-${version}.tbz"; 15 - hash = "sha256-s72RxwTl6lEOkkuDqy7eH8RqLM5Eiw+M70iDuaFu7d0="; 15 + hash = "sha256-9eJz08Lyn/R71+Ftsj4fPWzQGkC+ACCJhbxDTIjUV2s="; 16 16 }; 17 17 18 18 postPatch = ''