1 { lib, fetchFromGitHub, buildGoModule }:
4 pname = "ssh-key-confirmer";
7 src = fetchFromGitHub {
9 repo = "ssh-key-confirmer";
11 hash = "sha256-CXDjm8PMdCTwHnZWa0fYKel7Rmxq0XBWkfLmoVuSkKM=";
14 vendorHash = "sha256-CkfZ9dImjdka98eu4xuWZ6Xed7WX6DnXw81Ih7bhPm0=";
16 ldflags = [ "-s" "-w" ];
19 description = "Test ssh login key acceptance without having the private key";
20 homepage = "https://github.com/benjojo/ssh-key-confirmer";
21 license = licenses.mit;
22 maintainers = with maintainers; [ oxzi ];
23 mainProgram = "ssh-key-confirmer";