ber_metaocaml: 104 -> 107
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
24cafb3aab
commit
7676dc7b9b
@ -8,16 +8,16 @@ in
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "ber-metaocaml-${version}";
|
name = "ber-metaocaml-${version}";
|
||||||
version = "104";
|
version = "107";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://caml.inria.fr/pub/distrib/ocaml-4.04/ocaml-4.04.0.tar.gz";
|
url = "https://caml.inria.fr/pub/distrib/ocaml-4.07/ocaml-4.07.1.tar.gz";
|
||||||
sha256 = "1pi2hdm9lxhn45qvfqfss1hpa4jijm14qgmrgajsadxqdiplhqyb";
|
sha256 = "1x4sln131mcspisr22qc304590rvg720rbl7g2i4xiymgvhkpm1a";
|
||||||
};
|
};
|
||||||
|
|
||||||
metaocaml = fetchurl {
|
metaocaml = fetchurl {
|
||||||
url = "http://okmij.org/ftp/ML/ber-metaocaml-104.tar.gz";
|
url = "http://okmij.org/ftp/ML/ber-metaocaml-107.tar.gz";
|
||||||
sha256 = "1gmwlxairxqcmqa2r6kbf8b4dxc7pfhfbh48g1s14d3z20rj8nib";
|
sha256 = "0xy6n0yj1f53pk612zfmn49pn04bd75qa40xgmr0w0lzx6dqsfmm";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Needed to avoid a SIGBUS on the final executable on mips
|
# Needed to avoid a SIGBUS on the final executable on mips
|
@ -7318,7 +7318,7 @@ with pkgs;
|
|||||||
|
|
||||||
metaocaml_3_09 = callPackage ../development/compilers/ocaml/metaocaml-3.09.nix { };
|
metaocaml_3_09 = callPackage ../development/compilers/ocaml/metaocaml-3.09.nix { };
|
||||||
|
|
||||||
ber_metaocaml = callPackage ../development/compilers/ocaml/ber-metaocaml-104.nix { };
|
ber_metaocaml = callPackage ../development/compilers/ocaml/ber-metaocaml.nix { };
|
||||||
|
|
||||||
ocaml_make = callPackage ../development/ocaml-modules/ocamlmake { };
|
ocaml_make = callPackage ../development/ocaml-modules/ocamlmake { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user