BeaconScanner icon

BeaconScanner 1.1.13

Utility to scan for iBeacon-compatible devices

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    beacon-scanner # BeaconScanner
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    beacon-scanner # BeaconScanner
  ];
}

Package Definition

{
  "pname": "beacon-scanner",
  "version": "1.1.13",
  "src": {
    "url": "https://github.com/mlwelles/BeaconScanner/releases/download/1.1.13/Beacon.Scanner.zip",
    "sha256": "5b28a510f557e57e5cf48490e982aadaba1676c34192e7d650da110a88d233bd"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Beacon Scanner.app\" && cp -r \"Beacon Scanner.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Utility to scan for iBeacon-compatible devices",
    "homepage": "https://github.com/mlwelles/BeaconScanner/"
  }
}