go-jsonnet: 0.17.0 -> 0.18.0

This commit is contained in:
R. Ryantm 2021-12-30 14:22:51 +00:00
parent b88fab1bfe
commit fc0fadf09a

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "go-jsonnet";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "google";
repo = "go-jsonnet";
rev = "v${version}";
sha256 = "1rprs8l15nbrx4dw4pdg81c5l22zhj80pl4zwqgsm4113wyyvc98";
sha256 = "sha256-o/IjXskGaMhvQmTsAS745anGBMI2bwHf/EOEp57H8LU=";
};
vendorSha256 = "0nsm4gsbbn8myz4yfi6m7qc3iizhdambsr18iks0clkdn3mi2jn1";
vendorSha256 = "sha256-fZBhlZrLcC4xj5uvb862lBOczGnJa9CceS3D8lUhBQo=";
doCheck = false;