1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "timescaledb-tune";
7 src = fetchFromGitHub {
11 sha256 = "sha256-vbFfqGWYpw0ppon/0oQMRixQStk+YSi/QFMi0AQoUpQ=";
14 vendorSha256 = "sha256-n2jrg9FiR/gSrbds/QVV8Duf7BTEs36yYi4F3Ve+d0E=";
16 ldflags = [ "-s" "-w" ];
19 description = "A tool for tuning your TimescaleDB for better performance";
20 homepage = "https://github.com/timescale/timescaledb-tune";
21 license = licenses.asl20;
22 maintainers = with maintainers; [ marsam ];