nixos/wyoming/{faster-whisper,piper}: drop download directory (#376447)
[NixPkgs.git] / pkgs / by-name / al / alephone-eternal / package.nix
blobdc5f94971f76136852b03e37f9a68411e596ec64
1 { alephone, fetchurl }:
3 alephone.makeWrapper rec {
4   pname = "marathon-eternal";
5   version = "1.2.1";
6   desktopName = "Marathon-Eternal";
8   zip = fetchurl {
9     url = "https://eternal.bungie.org/files/_releases/EternalXv121.zip";
10     hash = "sha256-8smVdL7CYbrIzCqu3eqk6KQempKLWuEJ9qWStdWkYWo=";
11   };
13   sourceRoot = "Eternal 1.2.1";
15   meta = {
16     description = "Picking up from the end of the Marathon trilogy, you find yourself suddenly ninety-four years in the future, in the year 2905";
17     homepage = "http://eternal.bungie.org/";
18   };