SiliconMotion InstantView icon

SiliconMotion InstantView 3.24,R0004

Driver for SM76x with UI

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    instantview # SiliconMotion InstantView
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    instantview # SiliconMotion InstantView
  ];
}

Package Definition

{
  "pname": "instantview",
  "version": "3.24,R0004",
  "src": {
    "url": "https://www.siliconmotion.com/downloads/macOS_InstantView_V3.24R0004.dmg",
    "sha256": "968cd5ca428ad5e754425c3134acbf1b230a8ec41a5de47d5d5a1abbbd81c218"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/macOS InstantView.app\" && cp -r \"macOS InstantView.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Driver for SM76x with UI",
    "homepage": "https://www.siliconmotion.com/"
  }
}