From 4e3d46a3ea37d09c3d6dda557a0623c18ed58afe Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 5 Jun 2023 07:41:59 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.functoria:=204.3.4=20=E2=86=92=20?= =?UTF-8?q?4.3.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/functoria/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/functoria/default.nix b/pkgs/development/ocaml-modules/functoria/default.nix index 346083ddadb3..1b4eb502b64a 100644 --- a/pkgs/development/ocaml-modules/functoria/default.nix +++ b/pkgs/development/ocaml-modules/functoria/default.nix @@ -4,14 +4,13 @@ buildDunePackage rec { pname = "functoria"; - version = "4.3.4"; + version = "4.3.6"; - duneVersion = "3"; minimalOCamlVersion = "4.08"; src = fetchurl { url = "https://github.com/mirage/mirage/releases/download/v${version}/mirage-${version}.tbz"; - hash = "sha256-ZN8La2+N19wVo/vBUfIj17JU6FSp0jX7h2nDoIpR1XY="; + hash = "sha256-i/5sZHfxECoKYMdGje+U21GWxJ6dDZreVcQGtbuo4SE="; }; propagatedBuildInputs = [ cmdliner rresult astring fmt logs bos fpath emile uri ];