chromium,chromedriver: 129.0.6668.91 -> 129.0.6668.100
[NixPkgs.git] / pkgs / by-name / al / alephone-marathon / package.nix
blobdf34ae8f20c3a98c3385b5499dea67da0978d644
1 { alephone, fetchurl }:
3 alephone.makeWrapper rec {
4   pname = "marathon";
5   desktopName = "Marathon";
6   version = "20240510";
7   icon = alephone.icons + "/marathon.png";
9   # nixpkgs-update: no auto update
10   zip = fetchurl {
11     url =
12       "https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${version}/Marathon-${version}-Data.zip";
13     hash = "sha256-shZ82e7veaaT/petxDQ8Fd7YtJPmTgxSCStf0kGfrFs=";
14   };
16   meta = {
17     description = "First chapter of the Marathon trilogy";
18     longDescription = ''
19       Alien forces have boarded the interstellar colony ship Marathon. The situation is dire. As a security officer onboard, it is your duty to defend the ship and its crew.
21       Experience the start of Bungie’s iconic trilogy with Marathon. This release uses the original Marathon data files for the most authentic experience outside of a classic Mac or emulator.
22     '';
23     homepage = "https://alephone.lhowon.org/games/marathon.html";
24   };