go-jsonnet 0.19.1 -> 0.19.2-pre2 https://github.com/google/go-jsonnet/releases attrpath: go-jsonnet Checking auto update branch... No auto update branch exists Old version 0.19.1" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub, testers, go-jsonnet }: buildGoModule rec { pname = "go-jsonnet"; version = "0.20.0"; src = fetchFromGitHub { owner = "google"; repo = pname; rev = "v${version}"; hash = "sha256-P69tguBrFF/CSCOfHjCfBT5710oJdhZDh3kMCbc32eE="; }; vendorHash = "sha256-j1fTOUpLx34TgzW94A/BctLrg9XoTtb3cBizhVJoEEI="; subPackages = [ "cmd/jsonnet*" ]; passthru.tests.version = testers.testVersion { package = go-jsonnet; version = "v${version}"; }; meta = with lib; { description = "An implementation of Jsonnet in pure Go"; homepage = "https://github.com/google/go-jsonnet"; license = licenses.asl20; maintainers = with maintainers; [ nshalman aaronjheng ]; mainProgram = "jsonnet"; }; }