From 36cd12c999b385dab4a4d7b7487575e4a8a2fa10 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 1 Dec 2025 05:54:34 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.reason:=203.17.0=20=E2=86=92=203.?= =?UTF-8?q?17.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/compilers/reason/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/reason/default.nix b/pkgs/development/compilers/reason/default.nix index 44802e0833e5..8851bb4654af 100644 --- a/pkgs/development/compilers/reason/default.nix +++ b/pkgs/development/compilers/reason/default.nix @@ -18,8 +18,8 @@ let param = if lib.versionAtLeast ppxlib.version "0.36" then { - version = "3.17.0"; - hash = "sha256-gsiBnOn9IVt+fixlAeY456kE6+E6taHY6sJnnYz4pes="; + version = "3.17.2"; + hash = "sha256-f0CHAW6MOToT1Xt3N2d7wdvxaXj9Q8GTVNTXmnlMjEc="; } else {