2019-02-11 16:21:46 +00:00
|
|
|
import ./generic.nix {
|
|
|
|
major_version = "4";
|
|
|
|
minor_version = "08";
|
2019-03-05 10:50:28 +00:00
|
|
|
patch_version = "0+beta2";
|
|
|
|
sha256 = "1ngsrw74f3hahzsglxkrdxzv86bkmpsiaaynnzjwfwyzvy8sqrac";
|
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
|
|
|
}
|