ocaml: 4.08.0+beta1 -> 4.08.0+beta2

This commit is contained in:
Vincent Laporte 2019-03-05 10:50:28 +00:00 committed by Vincent Laporte
parent 7e71cd8292
commit 6e4b622cb4

View File

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