From aeafac9e3933d16abf36fdbec9ddfb4ada1ac86f Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 27 Jul 2023 05:26:59 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.http-mirage-client:=200.0.3=20?= =?UTF-8?q?=E2=86=92=200.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../development/ocaml-modules/http-mirage-client/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/http-mirage-client/default.nix b/pkgs/development/ocaml-modules/http-mirage-client/default.nix index 434482bdc3bc..f6c9a59193e2 100644 --- a/pkgs/development/ocaml-modules/http-mirage-client/default.nix +++ b/pkgs/development/ocaml-modules/http-mirage-client/default.nix @@ -16,14 +16,13 @@ buildDunePackage rec { pname = "http-mirage-client"; - version = "0.0.3"; + version = "0.0.5"; - duneVersion = "3"; minimalOCamlVersion = "4.08"; src = fetchurl { url = "https://github.com/roburio/http-mirage-client/releases/download/v${version}/http-mirage-client-${version}.tbz"; - hash = "sha256-6PMxZQfPiDTFbj9gOO2tW5FHF0MUP5tOySjkYg+QwGA="; + hash = "sha256-w/dMv5QvgglTFj9V4wRoDqK+36YeE0xWLxcAVS0oHz0="; }; propagatedBuildInputs = [