ocamlPackages.reason: 3.14.0 -> 3.15.0

This commit is contained in:
R. Ryantm
2025-03-06 11:39:40 +01:00
committed by Weijia Wang
parent 5e1f792d81
commit 464785aed5
@@ -5,13 +5,13 @@
buildDunePackage rec {
pname = "reason";
version = "3.14.0";
version = "3.15.0";
minimalOCamlVersion = "4.11";
src = fetchurl {
url = "https://github.com/reasonml/reason/releases/download/${version}/reason-${version}.tbz";
hash = "sha256-HQm6JKBZR0Wrazi01fgerYVltzy2mtRq8cLCb40yTwA=";
hash = "sha256-7D0gJfQ5Hw0riNIFPmJ6haoa3dnFEyDp5yxpDgX7ZqY=";
};
nativeBuildInputs = [