1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-ll5fhwzzCNL0UtMLNSGOY6Yyy0EqI8OZ1iqWad4KU8k=";
14 vendorHash = "sha256-WVikDxf79nEahKRn4Gw7Pv8AULQXW+RXGoA3ihBhmt8=";
16 subPackages = [ "cmd/gopkgs" ];
21 description = "Tool to get list available Go packages";
22 mainProgram = "gopkgs";
23 homepage = "https://github.com/uudashr/gopkgs";
24 maintainers = with lib.maintainers; [ vdemeester ];
25 license = lib.licenses.mit;