9 pname = "age-plugin-tpm";
12 src = fetchFromGitHub {
14 repo = "age-plugin-tpm";
16 hash = "sha256-oTvK8U5j+llHgoChhGb+vcUrUf9doVYxd3d5MEuCNz8=";
21 vendorHash = "sha256-veduD0K3Onkqvyg9E5v854a6/8UIRQZEH098lUepRNU=";
37 description = "TPM 2.0 plugin for age (This software is experimental, use it at your own risk)";
38 mainProgram = "age-plugin-tpm";
39 homepage = "https://github.com/Foxboron/age-plugin-tpm";
40 license = licenses.mit;
41 platforms = platforms.linux;
42 maintainers = with maintainers; [ kranzes sgo ];