Subler icon

Subler 1.9.2

Mux and tag mp4 files

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "subler",
  "version": "1.9.2",
  "src": {
    "url": "https://github.com/SublerApp/Subler/releases/download/1.9.2/Subler-1.9.2.zip",
    "sha256": "72846b93d1b890364716b1da75545915810f2f184bd99d0e77d41d41102388e9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Subler.app\" && cp -r \"Subler.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Mux and tag mp4 files",
    "homepage": "https://subler.org/"
  }
}