mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
2641d97cbf
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
19 lines
464 B
Nix
19 lines
464 B
Nix
{ alephone, fetchurl }:
|
|
|
|
alephone.makeWrapper rec {
|
|
pname = "marathon-pheonix";
|
|
desktopName = "Marathon-Pheonix";
|
|
version = "1.3";
|
|
|
|
zip = fetchurl {
|
|
url = "http://simplici7y.com/version/file/998/Marathon_Phoenix_1.3.zip";
|
|
hash = "sha256-EicLN54di18sarKyJm2GaEJJIsvaRmlHS/TUiT6YBuQ=";
|
|
};
|
|
|
|
meta = {
|
|
description = "35-level single player major Marathon conversion";
|
|
homepage = "http://www.simplici7y.com/items/marathon-phoenix-2";
|
|
};
|
|
|
|
}
|