mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
ocaml: 4.09.0 → 4.09.1
This commit is contained in:
parent
acfe7e0dbc
commit
4a3edb4bd7
1 changed files with 5 additions and 2 deletions
|
@ -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" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue