2018-04-18 13:47:27 +01:00
|
|
|
import ./generic.nix {
|
|
|
|
major_version = "4";
|
|
|
|
minor_version = "07";
|
2018-10-04 17:08:05 +01:00
|
|
|
patch_version = "1";
|
|
|
|
sha256 = "1f07hgj5k45cylj1q3k5mk8yi02cwzx849b1fwnwia8xlcfqpr6z";
|
2018-04-18 13:47:27 +01:00
|
|
|
|
|
|
|
# If the executable is stripped it does not work
|
|
|
|
dontStrip = true;
|
|
|
|
}
|