chromium,chromedriver: 129.0.6668.91 -> 129.0.6668.100
[NixPkgs.git] / pkgs / by-name / al / alephone-durandal / package.nix
blob25ac05901e5b589a16cb6debb78096ac7068080e
1 { alephone, fetchurl }:
3 alephone.makeWrapper rec {
4   pname = "durandal";
5   desktopName = "Marathon-Durandal";
6   version = "20240510";
7   icon = alephone.icons + "/marathon2.png";
9   # nixpkgs-update: no auto update
10   zip = fetchurl {
11     url =
12       "https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${version}/Marathon2-${version}-Data.zip";
13     hash = "sha256-uoBl1/7XlXmMLqpk3tvme9w18q4Yh0WCrmqSzjGxNz0=";
14   };
16   meta = {
17     description = "Second chapter of the Marathon trilogy";
18     longDescription = ''
19       Fresh from your triumph on the starship Marathon, you are seized by the rogue computer Durandal to do his bidding in a distant part of the galaxy. Within the ruins of an ancient civilization, you must seek the remnants of a lost clan and uncover their long-buried secrets. Battle opponents ancient and terrible, with sophisticated weapons and devious strategies, all the while struggling to escape the alien nightmare…
21       This release of Marathon 2: Durandal includes the classic graphics, and revamped high-definition textures and monsters from the Xbox Live Arcade edition.
22     '';
23     homepage = "https://alephone.lhowon.org/games/marathon2.html";
24   };