1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-JsWwvVEr7kSjUy0S6wVcn24Xyo4OHr5/uqmnjw6v+RI=";
14 vendorHash = "sha256-8L4q0IAvmNk5GCAC5agNfWFtokIkddO1Dec4m6/sWfg=";
17 description = "Best way to tail AWS CloudWatch Logs from your terminal";
18 homepage = "https://github.com/lucagrulla/cw";
19 license = licenses.asl20;
20 maintainers = with maintainers; [ onthestairs ];