Yubico Authenticator icon

Yubico Authenticator 7.3.2

Full-featured companion app to the YubiKey

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    yubico-authenticator # Yubico Authenticator
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    yubico-authenticator # Yubico Authenticator
  ];
}

Package Definition

{
  "pname": "yubico-authenticator",
  "version": "7.3.2",
  "src": {
    "url": "https://developers.yubico.com/yubioath-flutter/Releases/yubico-authenticator-7.3.2-mac.dmg",
    "sha256": "ad34e188025ec5d3f557dbedf08c7f50586852380833a58ced2df2148ee75864"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Yubico Authenticator.app\" && cp -r \"Yubico Authenticator.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Full-featured companion app to the YubiKey",
    "homepage": "https://developers.yubico.com/yubioath-flutter/"
  }
}