Bose Device Updater icon

Bose Device Updater 7.1.13.5399

Software updates for Bose products

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    bose-updater # Bose Device Updater
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    bose-updater # Bose Device Updater
  ];
}

Package Definition

{
  "pname": "bose-updater",
  "version": "7.1.13.5399",
  "src": {
    "url": "https://downloads.bose.com/ced/boseupdater/mac/BoseUpdater_7.1.13.5399.dmg",
    "sha256": "134c700d5a32f1cc1f50ca8c8553c917b74258e075fb1be600db9d72b5e3c32f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Bose Updater.app\" && cp -r \"Bose Updater.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Software updates for Bose products",
    "homepage": "https://btu.bose.com/"
  }
}