From aa105181b6df20cbb959b43ebc4a474ecb2a6ede Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 18 Feb 2025 05:35:03 +0000 Subject: [PATCH] ocamlPackages.functoria-runtime: 4.4.1 -> 4.4.2 --- pkgs/development/ocaml-modules/functoria/runtime.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/functoria/runtime.nix b/pkgs/development/ocaml-modules/functoria/runtime.nix index 45af2438f55b..16978f71fbdd 100644 --- a/pkgs/development/ocaml-modules/functoria/runtime.nix +++ b/pkgs/development/ocaml-modules/functoria/runtime.nix @@ -7,11 +7,11 @@ buildDunePackage rec { pname = "functoria-runtime"; - version = "4.4.1"; + version = "4.4.2"; src = fetchurl { url = "https://github.com/mirage/mirage/releases/download/v${version}/mirage-${version}.tbz"; - hash = "sha256-FKCdzrRJVpUrCWqrTiE8l00ZKJOYsvI9mNzJ0ZxDBwg="; + hash = "sha256-fPJou5EYmIFfa54BMiFvS7BKQq0u1pkA9MVHXt8boPk="; }; minimalOCamlVersion = "4.08";