12 rustPlatform.buildRustPackage rec {
13 pname = "age-plugin-ledger";
16 src = fetchFromGitHub {
17 owner = "Ledger-Donjon";
18 repo = "age-plugin-ledger";
20 hash = "sha256-g5GbWXhaGEafiM3qkGlRXHcOzPZl2pbDWEBPg4gQWcg=";
23 cargoHash = "sha256-SbgH67XuxBa7WFirSdOIUxfJGlIYezISCEA3LJGN3ys=";
32 ] ++ lib.optional stdenv.hostPlatform.isDarwin AppKit;
39 description = "Ledger Nano plugin for age";
40 mainProgram = "age-plugin-ledger";
41 homepage = "https://github.com/Ledger-Donjon/age-plugin-ledger";
42 license = with licenses; [ mit asl20 ];
43 maintainers = with maintainers; [ erdnaxe ];