2016-11-09 12:58:34 +00:00
|
|
|
import ./generic.nix {
|
|
|
|
major_version = "4";
|
|
|
|
minor_version = "04";
|
2017-07-08 10:39:14 +01:00
|
|
|
patch_version = "2";
|
|
|
|
sha256 = "0bhgjzi78l10824qga85nlh18jg9lb6aiamf9dah1cs6jhzfsn6i";
|
2017-02-03 20:04:10 +00:00
|
|
|
|
|
|
|
# If the executable is stipped it does not work
|
|
|
|
dontStrip = true;
|
2016-11-09 12:58:34 +00:00
|
|
|
}
|