ocaml: 4.08.0 -> 4.08.1

Bugfix release.

Announcement: https://inbox.ocaml.org/caml-list/0978f74a-9b8c-e9a3-e3a1-c110af4a2f04@inria.fr/T/#u
This commit is contained in:
Vincent Laporte 2019-08-06 16:13:21 +00:00 committed by Vincent Laporte
parent 108c57b141
commit 3a4aab967b

View file

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