1 { lib, buildGoModule, fetchFromGitHub, testers, go-jsonnet }:
7 src = fetchFromGitHub {
11 hash = "sha256-P69tguBrFF/CSCOfHjCfBT5710oJdhZDh3kMCbc32eE=";
14 vendorHash = "sha256-j1fTOUpLx34TgzW94A/BctLrg9XoTtb3cBizhVJoEEI=";
16 subPackages = [ "cmd/jsonnet*" ];
18 passthru.tests.version = testers.testVersion {
20 version = "v${version}";
24 description = "Implementation of Jsonnet in pure Go";
25 homepage = "https://github.com/google/go-jsonnet";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ nshalman aaronjheng ];
28 mainProgram = "jsonnet";