1 { lib, buildGoModule, fetchFromGitHub, testers, gojq }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-AII3mC+JWOP0x4zf8FQdRhOmckPgY7BDRoKICCFkn9Q=";
14 vendorSha256 = "sha256-RtackQ4uJo1j2jePu9xd0idQBKbwBh4L2spiS2mRynw=";
16 ldflags = [ "-s" "-w" ];
18 passthru.tests.version = testers.testVersion {
23 description = "Pure Go implementation of jq";
24 homepage = "https://github.com/itchyny/gojq";
25 license = licenses.mit;
26 maintainers = with maintainers; [ aaronjheng ];