1 { lib, buildGoModule, fetchFromGitHub }:
5 version = "unstable-2022-04-12";
7 src = fetchFromGitHub {
10 rev = "c614f513e87f04d3d19b2d4ae853cc5703f3a9bc";
11 sha256 = "sha256-vdzGGTg9SHYS0OQUn3VvrQGpKxzqxBRXDKOm0c7FvYY=";
14 vendorHash = "sha256-aN1fwGbBm45e6qdRu+4wnv2ZI7SOsIPONB4vF9o2vlI=";
16 ldflags = [ "-s" "-w" ];
21 description = "System information collector";
22 homepage = "https://github.com/DataDog/gohai";
23 license = licenses.mit;
24 maintainers = with maintainers; [ tazjin ];
26 Gohai is a tool which collects an inventory of system
27 information. It is used by the Datadog agent to provide detailed
30 mainProgram = "gohai";