2024-07-27 06:49:29 +00:00
|
|
|
{ alephone, fetchurl }:
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
alephone.makeWrapper rec {
|
|
|
|
pname = "marathon-eternal";
|
|
|
|
version = "1.2.0";
|
|
|
|
desktopName = "Marathon-Eternal";
|
|
|
|
|
|
|
|
zip = fetchurl {
|
|
|
|
url = "http://eternal.bungie.org/files/_releases/EternalXv120.zip";
|
2024-09-19 14:19:46 +00:00
|
|
|
hash = "sha256-k3F2G2Jc+XhvhidqsX39UqFCfpPo+3Lv+oj1dDXoO+M=";
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
sourceRoot = "Eternal 1.2.0";
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description =
|
|
|
|
"Picking up from the end of the Marathon trilogy, you find yourself suddenly ninety-four years in the future, in the year 2905";
|
|
|
|
homepage = "http://eternal.bungie.org/";
|
|
|
|
};
|
|
|
|
|
|
|
|
}
|