ocamlPackages.js_of_ocaml: 5.6.0 -> 5.7.1

This commit is contained in:
R. Ryantm 2024-03-05 22:18:40 +00:00 committed by Vincent Laporte
parent f3a5ac034a
commit 8898f511ba

View File

@ -5,12 +5,12 @@
buildDunePackage rec {
pname = "js_of_ocaml-compiler";
version = "5.6.0";
version = "5.7.1";
minimalOCamlVersion = "4.08";
src = fetchurl {
url = "https://github.com/ocsigen/js_of_ocaml/releases/download/${version}/js_of_ocaml-${version}.tbz";
hash = "sha256-hDXwJjOhfvbIoaMXGmU3/bIGwAxPt9TKVCUN9tr2wj8=";
hash = "sha256-DqSOKqiQTsVi8iX6CT/2dLVODnUU2uhie4/Y93IQOD0=";
};
nativeBuildInputs = [ menhir ];