1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-ZkAfAQsaFX7npyDcBDFS4Xa8kOMVH6yGfxGD7c0iQ+o=";
14 vendorHash = "sha256-K/QAG9mCIHe7PQhex3TntlGYAK9l0bESWk616N97dBs=";
16 ldflags = [ "-s" "-w" "-X main.gronVersion=${version}" ];
19 description = "Make JSON greppable!";
22 gron transforms JSON into discrete assignments to make it easier to grep
23 for what you want and see the absolute 'path' to it. It eases the
24 exploration of APIs that return large blobs of JSON but have terrible
27 homepage = "https://github.com/tomnomnom/gron";
28 license = licenses.mit;
29 maintainers = with maintainers; [ fgaz SuperSandro2000 ];