1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-HNM487WSfNWNF31ccDIdotsEG8Mj2C7V85UI47a9drU=";
14 vendorHash = "sha256-ptC2G7cXcAjthJcAXvuBqI2ZpPuSMBqzO+gJiyaAUP0=";
16 preCheck = "export HOME=$(mktemp -d)";
19 description = "A tool to list and diagnose Go processes currently running on your system";
20 homepage = "https://github.com/google/gops";
21 license = licenses.bsd3;
22 maintainers = with maintainers; [ pborzenkov ];