mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
ocaml-ng.ocamlPackages_latest: 4.08.1 -> 4.09.0
This commit is contained in:
parent
bf5084cb33
commit
4ca445c722
6
pkgs/development/compilers/ocaml/4.09.nix
Normal file
6
pkgs/development/compilers/ocaml/4.09.nix
Normal file
@ -0,0 +1,6 @@
|
||||
import ./generic.nix {
|
||||
major_version = "4";
|
||||
minor_version = "09";
|
||||
patch_version = "0";
|
||||
sha256 = "1v3z5ar326f3hzvpfljg4xj8b9lmbrl53fn57yih1bkbx3gr3yzj";
|
||||
}
|
@ -1133,7 +1133,9 @@ in let inherit (pkgs) callPackage; in rec
|
||||
|
||||
ocamlPackages_4_08 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.08.nix { });
|
||||
|
||||
ocamlPackages_latest = ocamlPackages_4_08;
|
||||
ocamlPackages_4_09 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.09.nix { });
|
||||
|
||||
ocamlPackages_latest = ocamlPackages_4_09;
|
||||
|
||||
ocamlPackages = ocamlPackages_4_06;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user