2017-11-03 23:48:50 +01:00
|
|
|
import ./generic.nix {
|
|
|
|
major_version = "4";
|
|
|
|
minor_version = "06";
|
2018-02-27 09:38:19 +01:00
|
|
|
patch_version = "1";
|
|
|
|
sha256 = "1n3pygfssd6nkrq876wszm5nm3v4605q4k16a66h1nmq9wvf01vg";
|
2017-11-03 23:48:50 +01:00
|
|
|
|
|
|
|
# If the executable is stipped it does not work
|
|
|
|
dontStrip = true;
|
|
|
|
}
|