2019-02-11 08:21:46 -08:00
|
|
|
import ./generic.nix {
|
|
|
|
major_version = "4";
|
|
|
|
minor_version = "08";
|
2019-08-06 09:13:21 -07:00
|
|
|
patch_version = "1";
|
|
|
|
sha256 = "18sycl3zmgb8ghpxymriy5d72gvw7m5ra65v51hcrmzzac21hkyd";
|
2019-02-11 08:21:46 -08:00
|
|
|
|
|
|
|
# If the executable is stripped it does not work
|
|
|
|
dontStrip = true;
|
2019-02-13 01:09:33 -08:00
|
|
|
|
|
|
|
# Breaks build with Clang
|
|
|
|
hardeningDisable = [ "strictoverflow" ];
|
2019-02-11 08:21:46 -08:00
|
|
|
}
|