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