From 954ac426c36fe8079c8411485c2073feea3cdb15 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 19 Sep 2025 13:26:43 +0000 Subject: [PATCH] ocamlPackages.base64: 3.5.1 -> 3.5.2 --- pkgs/development/ocaml-modules/base64/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/development/ocaml-modules/base64/default.nix b/pkgs/development/ocaml-modules/base64/default.nix index 64fcbf8f93a8..08b028c874ee 100644 --- a/pkgs/development/ocaml-modules/base64/default.nix +++ b/pkgs/development/ocaml-modules/base64/default.nix @@ -11,14 +11,13 @@ buildDunePackage rec { pname = "base64"; - version = "3.5.1"; + version = "3.5.2"; - minimalOCamlVersion = "4.03"; - duneVersion = "3"; + minimalOCamlVersion = "4.07"; src = fetchurl { url = "https://github.com/mirage/ocaml-base64/releases/download/v${version}/base64-${version}.tbz"; - hash = "sha256-2P7apZvRL+rnrMCLWSjdR4qsUj9MqNJARw0lAGUcZe0="; + hash = "sha256-s/XOMBqnLHAy75C+IzLXL/OWKSLADuKuxryt4Yei9Zs="; }; nativeBuildInputs = [ findlib ];