mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
ocaml: 4.02.2 -> 4.02.3
This commit is contained in:
parent
67e38dfe23
commit
9fa9c87485
@ -21,11 +21,11 @@ stdenv.mkDerivation rec {
|
||||
x11lib = x11env + "/lib";
|
||||
x11inc = x11env + "/include";
|
||||
|
||||
name = "ocaml-4.02.2";
|
||||
name = "ocaml-4.02.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://caml.inria.fr/pub/distrib/ocaml-4.02/${name}.tar.xz";
|
||||
sha256 = "119h6vm8i0icz40ckqky43w6nivsgnfnkycr0wx05bmpiac27yb0";
|
||||
sha256 = "1qwwvy8nzd87hk8rd9sm667nppakiapnx4ypdwcrlnav2dz6kil3";
|
||||
};
|
||||
|
||||
patches = [ patchOcamlBuild ];
|
||||
|
Loading…
Reference in New Issue
Block a user