nixpkgs/pkgs/by-name/al/alephone-eternal/package.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
548 B
Nix
Raw Normal View History

2024-07-20 19:36:46 +00:00
{ alephone, fetchurl }:
alephone.makeWrapper rec {
pname = "marathon-eternal";
2024-09-09 15:34:57 +00:00
version = "1.2.1";
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=";
};
2024-09-09 15:34:57 +00:00
sourceRoot = "Eternal 1.2.1";
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/";
};
}