ocaml-4.07: 4.07.0+rc1 -> 4.07.0

This commit is contained in:
Vincent Laporte
2018-07-14 18:25:44 +00:00
committed by Vincent Laporte
parent d4d5f8eced
commit 6ca8f06b5b
2 changed files with 3 additions and 3 deletions

View File

@@ -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;