1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-y2T+v4EafiVuyRiuQdNDECc06e5eHtquvGA9ugW55Bs=";
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 ];