1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "1a03vxqnga83mhjp7pkl0klhkyfaby7ncbwm45xbl8c7s6zwhnw2";
14 vendorSha256 = "1rkx20winh66y2m7i7q13jpr83044i2d1pfd5p5l5kkpsix5mra5";
19 description = "Flamegraph generator for Postgres EXPLAIN ANALYZE output";
20 homepage = "https://github.com/mgartner/pg_flame";
21 license = licenses.asl20;
22 maintainers = with maintainers; [ Br1ght0ne ];