1 { lib, fetchFromGitHub, buildGoModule, gnupg }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-EynI4YQ6yjhMIOSoMM7WgLwI//5moFgdhFLX82J+bSA=";
14 vendorHash = "sha256-ww1CDDGo2r8h0ePvU8PS2owzE1vLTz2m7Z9thsQle7s=";
16 nativeCheckInputs = [ gnupg ];
18 HOME=$TMPDIR go test .
24 description = "Convert ssh private keys to PGP";
25 mainProgram = "ssh-to-pgp";
26 homepage = "https://github.com/Mic92/ssh-to-pgp";
27 license = licenses.mit;
28 maintainers = with maintainers; [ mic92 ];