2024-07-20 19:36:46 +00:00
|
|
|
{ alephone, fetchurl }:
|
2020-02-11 20:32:39 +00:00
|
|
|
|
|
|
|
alephone.makeWrapper rec {
|
|
|
|
pname = "marathon-eternal";
|
2024-09-09 15:34:57 +00:00
|
|
|
version = "1.2.1";
|
2020-02-11 20:32:39 +00:00
|
|
|
desktopName = "Marathon-Eternal";
|
|
|
|
|
|
|
|
zip = fetchurl {
|
2024-09-09 15:34:57 +00:00
|
|
|
url = "https://eternal.bungie.org/files/_releases/EternalXv121.zip";
|
|
|
|
hash = "sha256-8smVdL7CYbrIzCqu3eqk6KQempKLWuEJ9qWStdWkYWo=";
|
2020-02-11 20:32:39 +00:00
|
|
|
};
|
|
|
|
|
2024-09-09 15:34:57 +00:00
|
|
|
sourceRoot = "Eternal 1.2.1";
|
2020-02-11 20:32:39 +00:00
|
|
|
|
|
|
|
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/";
|
|
|
|
};
|
|
|
|
|
|
|
|
}
|