mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
ocaml-4.07: 4.07.0+rc1 -> 4.07.0
This commit is contained in:
parent
d4d5f8eced
commit
6ca8f06b5b
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
import ./generic.nix {
|
||||
major_version = "4";
|
||||
minor_version = "07";
|
||||
patch_version = "0+rc1";
|
||||
sha256 = "0ggzh078k68na2mahj3nrqkl57i1iv9aymlz8mmlcd8hbvp1fcn8";
|
||||
patch_version = "0";
|
||||
sha256 = "03wzkzv6w4rdiiva20g5amz0n4x75swpjl8d80468p6zm8hgfnzl";
|
||||
|
||||
# If the executable is stripped it does not work
|
||||
dontStrip = true;
|
||||
|
|
|
@ -1067,7 +1067,7 @@ in rec
|
|||
|
||||
ocamlPackages_4_07 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.07.nix { }) (self: super: { });
|
||||
|
||||
ocamlPackages_latest = ocamlPackages_4_06;
|
||||
ocamlPackages_latest = ocamlPackages_4_07;
|
||||
|
||||
ocamlPackages =
|
||||
# OCaml 4.05 is broken on aarch64
|
||||
|
|
Loading…
Reference in a new issue