From 377dd13b7788f5a2624968932682afd079e6ac72 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 6 Jan 2025 10:39:49 +0000 Subject: [PATCH 1/2] ocamlPackages.fileutils: 0.6.4 -> 0.6.6 --- pkgs/development/ocaml-modules/fileutils/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/fileutils/default.nix b/pkgs/development/ocaml-modules/fileutils/default.nix index 9305760710b4..f186f15d6b2d 100644 --- a/pkgs/development/ocaml-modules/fileutils/default.nix +++ b/pkgs/development/ocaml-modules/fileutils/default.nix @@ -10,11 +10,11 @@ buildDunePackage rec { pname = "fileutils"; - version = "0.6.4"; + version = "0.6.6"; src = fetchurl { url = "https://github.com/gildor478/ocaml-fileutils/releases/download/v${version}/fileutils-${version}.tbz"; - hash = "sha256-enu2vGo2tuvawrTkap6bENNmxaLUQXpfHWih+7oKRF8="; + hash = "sha256-eW1XkeK/ezv/IAz1BXp6GHhDnrzXTtDxCIz4Z1bVK+Y="; }; minimalOCamlVersion = "4.03"; From fed037254544a4006a4bb9a07461e2d5e37828cb Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sun, 9 Mar 2025 12:18:35 +0100 Subject: [PATCH 2/2] ocamlPackages.fileutils: bump minimal ocaml version --- pkgs/development/ocaml-modules/fileutils/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/fileutils/default.nix b/pkgs/development/ocaml-modules/fileutils/default.nix index f186f15d6b2d..3cca0f46bd6c 100644 --- a/pkgs/development/ocaml-modules/fileutils/default.nix +++ b/pkgs/development/ocaml-modules/fileutils/default.nix @@ -17,7 +17,7 @@ buildDunePackage rec { hash = "sha256-eW1XkeK/ezv/IAz1BXp6GHhDnrzXTtDxCIz4Z1bVK+Y="; }; - minimalOCamlVersion = "4.03"; + minimalOCamlVersion = "4.14"; propagatedBuildInputs = [ seq