Wirecast icon

Wirecast 16.5.3

Live video streaming production tool

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    wirecast # Wirecast
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    wirecast # Wirecast
  ];
}

Package Definition

{
  "pname": "wirecast",
  "version": "16.5.3",
  "src": {
    "url": "https://www.telestream.net/download-files/wirecast/16-5/Wirecast-16.5.3.dmg",
    "sha256": "cb20cb458b6cb23d71adadd2372b618b80d46c434c0bc408cb4c017e72383170"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Wirecast.app\" && cp -r \"Wirecast.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Live video streaming production tool",
    "homepage": "https://www.telestream.net/wirecast/"
  }
}