protoc-gen-validate: 0.6.8 -> 0.6.12

This commit is contained in:
R. Ryantm 2022-09-30 20:33:22 +00:00 committed by Bobby Rong
parent 218e2d183b
commit e46cc5e1ec

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "protoc-gen-validate";
version = "0.6.8";
version = "0.6.12";
src = fetchFromGitHub {
owner = "envoyproxy";
repo = "protoc-gen-validate";
rev = "v${version}";
sha256 = "sha256-s66HfafyiAwr4tvWiPVj7ivWE9C03KTGgI/iu0LgNGk=";
sha256 = "sha256-JoOTIteE4/IFsVVXcRI1KYpRONjo3veQ6uCtxYFlz8Y=";
};
vendorSha256 = "sha256-vFi1DT7o2fyzxO/aZHtdsU1/G/sGmamqZPeql0vQVjs=";