ocamlPackages.reason: 3.14.0 -> 3.15.0 (#380792)

This commit is contained in:
Weijia Wang
2025-03-23 11:51:02 +01:00
committed by GitHub
@@ -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 = [