1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
10 rev = "c4c13b7641389c76ea028b48091f851f3efb6376";
11 sha256 = "0bnb88wfm2vagh4yb1h9xhp3045ga0b6a77n3j2z5b4mvwshx5dr";
14 vendorSha256 = "0y0n9fsb85qlpf9slwsxzarmfi98asa4x04qp2r8pagl28l0i8wv";
16 ldflags = [ "-s" "-w" "-X main.Version=${version}" ];
19 description = "Convert YAML <=> TOML <=> JSON <=> HCL";
20 license = licenses.asl20;
21 maintainers = with maintainers; [ Profpatsch ];
22 homepage = "https://github.com/sclevine/yj";