From f5e731168b47a42fcefdc51af05acd3997de3e05 Mon Sep 17 00:00:00 2001 From: Florent Becker Date: Tue, 12 Jan 2016 16:14:07 +0100 Subject: [PATCH] cohttp: 0.17.1 -> 0.19.3 --- pkgs/development/ocaml-modules/cohttp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/cohttp/default.nix b/pkgs/development/ocaml-modules/cohttp/default.nix index e219b59de5de..9a30a5e4615e 100644 --- a/pkgs/development/ocaml-modules/cohttp/default.nix +++ b/pkgs/development/ocaml-modules/cohttp/default.nix @@ -4,13 +4,13 @@ buildOcaml rec { name = "cohttp"; - version = "0.17.1"; + version = "0.19.3"; minimumSupportedOcamlVersion = "4.02"; src = fetchurl { url = "https://github.com/mirage/ocaml-cohttp/archive/v${version}.tar.gz"; - sha256 = "fb124fb2fb5ff2e74559bf380627f6a537e208c1518ddcb01f0d37b62b55f673"; + sha256 = "1nrzpd4h52c1hnzcgsz462676saj9zss708ng001h54dglk8i1iv"; }; buildInputs = [ alcotest ];