summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml/4.14.nix
blob: 558a1491ca7f0902dbd18782cb1e96880c920354 (plain) (blame)
1
2
3
4
5
6
7
8
9
import ./generic.nix {
  major_version = "4";
  minor_version = "14";
  patch_version = "0-rc2";
  src = fetchTarball {
    url = "https://caml.inria.fr/pub/distrib/ocaml-4.14/ocaml-4.14.0~rc2.tar.xz";
    sha256 = "sha256:0ch8nyfk2mzwhmlxb434cyamp7n14zxhwsq1h8033g629kw50kb0";
  };
}