Yubico Authenticator icon

Yubico Authenticator 7.3.3

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.3",
  "src": {
    "url": "https://developers.yubico.com/yubioath-flutter/Releases/yubico-authenticator-7.3.3-mac.dmg",
    "sha256": "afda30861d6f899ed1905018fe234ee68c0ed0c3d04e0789e1538d02227aadc4"
  },
  "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/"
  }
}