Yubico Authenticator icon

Yubico Authenticator 7.4.1

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