8ac5e011d6
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
12 lines
306 B
Nix
12 lines
306 B
Nix
import ./generic.nix {
|
|
major_version = "4";
|
|
minor_version = "08";
|
|
patch_version = "1";
|
|
sha256 = "18sycl3zmgb8ghpxymriy5d72gvw7m5ra65v51hcrmzzac21hkyd";
|
|
|
|
# If the executable is stripped it does not work
|
|
dontStrip = true;
|
|
|
|
# Breaks build with Clang
|
|
hardeningDisable = [ "strictoverflow" ];
|
|
}
|