ocaml: 4.09.0 → 4.09.1

This commit is contained in:
Vincent Laporte 2020-03-20 08:15:08 +01:00 committed by Vincent Laporte
parent acfe7e0dbc
commit 4a3edb4bd7

View file

@ -1,6 +1,9 @@
import ./generic.nix {
major_version = "4";
minor_version = "09";
patch_version = "0";
sha256 = "1v3z5ar326f3hzvpfljg4xj8b9lmbrl53fn57yih1bkbx3gr3yzj";
patch_version = "1";
sha256 = "1aq5505lpa39garky2icgfv4c7ylpx3j623cz9bsz5c466d2kqls";
# Breaks build with Clang
hardeningDisable = [ "strictoverflow" ];
}