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/"
}
} Version History
7.3.3 (NixCasks v4)
16 April 2026, 00:01 7.3.2 (NixCasks v4)
5 March 2026, 00:00 7.3.0 (NixCasks v4)
12 October 2025, 12:08 7.2.3 (NixCasks v4)
12 June 2025, 00:00 7.2.0 (NixCasks v4)
27 March 2025, 00:00 7.1.1 (NixCasks v4)
7 March 2025, 09:14 7.1.1 (NixCasks v3)
5 March 2025, 00:00 7.1.1 (NixCasks v2)
4 March 2025, 19:10 7.1.1 (NixCasks v1)
8 November 2024, 21:24