11 src = fetchFromGitHub {
15 hash = "sha256-0J7f4DMADUut3Da0F1eTDsT1Hlk0rfInwzbcVcQNzg8=";
18 vendorHash = "sha256-ySgWEGHlEJpfB/BZuRs1bELBspEaiaX/UnJai2V/hx0=";
23 updateScript = nix-update-script { };
27 description = "Command line monitoring for goroutines";
29 To use it, instrument your Go code following the
30 [usage description of the project](https://github.com/bcicen/grmon?tab=readme-ov-file#usage).
32 homepage = "https://github.com/bcicen/grmon";
33 license = licenses.mit;
34 mainProgram = "grmon";
35 maintainers = with maintainers; [ katexochen ];