9 pname = "age-plugin-fido2-hmac";
12 src = fetchFromGitHub {
14 repo = "age-plugin-fido2-hmac";
16 hash = "sha256-P2gNOZeuODWEb/puFe6EA1wW3pc0xgM567qe4FKbFXg=";
19 vendorHash = "sha256-h4/tyq9oZt41IfRJmmsLHUpJiPJ7YuFu59ccM7jHsFo=";
21 ldflags = [ "-s" "-w" ];
28 description = "Age plugin to encrypt files with fido2 tokens using the hmac-secret extension and non-discoverable credentials";
29 homepage = "https://github.com/olastor/age-plugin-fido2-hmac/";
30 license = licenses.mit;
31 maintainers = with maintainers; [ matthewcroughan ];
32 mainProgram = "age-plugin-fido2-hmac";
33 broken = stdenv.isDarwin;