1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-djA/7TCmAqCsht28b1itoiWd8Mtdsn/5uLxyT23K/qM=";
14 vendorHash = "sha256-Q12muprcKB7fCxemESb4sGPyYIdmgOt3YXVUln7oabw=";
20 ldflags = [ "-s" "-w" ];
23 description = "A JMESPath implementation in Go";
24 homepage = "https://github.com/jmespath/go-jmespath";
25 license = licenses.asl20;
26 maintainers = with maintainers; [ cransom ];