SiliconMotion InstantView icon

SiliconMotion InstantView 3.22,R0002

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.22,R0002",
  "src": {
    "url": "https://www.siliconmotion.com/downloads/macOS_InstantView_V3.22R0002.dmg",
    "sha256": "3dd817f730ab558b4d6ee38260a568f5c7a0086fd563b4177ad8af56c525b5b8"
  },
  "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/"
  }
}