nixpkgs/pkgs/by-name/al/alephone-rubicon-x/package.nix
nicoo 2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00

24 lines
834 B
Nix
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{ alephone, fetchurl }:
alephone.makeWrapper rec {
pname = "rubicon-x";
version = "20150620";
desktopName = "Marathon-Rubicon-X";
zip = fetchurl {
url = "http://files5.bungie.org/marathon/marathonRubiconX.zip";
hash = "sha256-9UZii2VLDlAi0qJKq8LiMEPZDscfpLnnvuZcxROKuiQ=";
};
sourceRoot = "Rubicon X ƒ";
meta = {
description = "Unofficial forth chapter of the Marathon series";
longDescription = ''
Rubicon X is a free, cross platform, first person shooter that continues the story of Bungies Marathon trilogy. First released as Marathon:Rubicon in 2001, Rubicon X is a complete overhaul of the original. It features all new high-resolution artwork, new and updated maps, and enough surprises to feel like a whole new game.
'';
homepage = "http://www.marathonrubicon.com/";
};
}