ocamlPackages.cohttp: 5.3.0 -> 5.3.1

This commit is contained in:
R. Ryantm 2024-02-24 13:26:43 +00:00
parent 8db50d6f20
commit 2bc7231a6d

View File

@ -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 = ''