1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-9xjymiyPFMKbysgZULmcBEMI26naUrLMgTA+d7Q+DA0=";
14 vendorSha256 = "sha256-ZFUX4LgPte6oAf94D82Man/P9VMpx+CDNCTMBwiy9Fc=";
16 subPackages = [ "cmd/wire" ];
19 homepage = "https://github.com/google/wire";
20 description = "A code generation tool that automates connecting components using dependency injection";
21 license = licenses.asl20;
22 maintainers = with maintainers; [ svrana ];