ocaml: 4.07.0+beta2 -> 4.07.0+rc1 (#42257)

This commit is contained in:
Vincent Laporte 2018-06-24 19:43:04 +02:00 committed by xeji
parent 3a54a5b7c6
commit f73859a068

View file

@ -1,8 +1,8 @@
import ./generic.nix {
major_version = "4";
minor_version = "07";
patch_version = "0+beta2";
sha256 = "0rrvl47kq982z2ns7cnasmlbj60mpmza2zyhl1kh45c5a3n7692n";
patch_version = "0+rc1";
sha256 = "0ggzh078k68na2mahj3nrqkl57i1iv9aymlz8mmlcd8hbvp1fcn8";
# If the executable is stripped it does not work
dontStrip = true;