2016-11-09 13:58:34 +01:00
|
|
|
import ./generic.nix {
|
|
|
|
major_version = "4";
|
|
|
|
minor_version = "04";
|
2017-04-18 19:18:50 +02:00
|
|
|
patch_version = "1";
|
|
|
|
sha256 = "11f2kcldpad9h5ihi1crad5lvv2501iccb2g4c8m197fnjac8b12";
|
2017-02-03 21:04:10 +01:00
|
|
|
|
|
|
|
# If the executable is stipped it does not work
|
|
|
|
dontStrip = true;
|
2016-11-09 13:58:34 +01:00
|
|
|
}
|