ocamlPackages.reason: 3.13.0 -> 3.14.0

This commit is contained in:
R. Ryantm
2024-12-01 18:34:44 +00:00
parent 10f06c512e
commit 39c3f09f30

View File

@@ -5,13 +5,13 @@
buildDunePackage rec {
pname = "reason";
version = "3.13.0";
version = "3.14.0";
minimalOCamlVersion = "4.11";
src = fetchurl {
url = "https://github.com/reasonml/reason/releases/download/${version}/reason-${version}.tbz";
hash = "sha256-3yVEYGvIJKZwguIBGCbnoc3nrwzLW6RX6Tf+AYw85+Q=";
hash = "sha256-HQm6JKBZR0Wrazi01fgerYVltzy2mtRq8cLCb40yTwA=";
};
nativeBuildInputs = [