protoc-gen-validate: 0.6.12 -> 0.6.13

This commit is contained in:
Matthew Penner 2022-10-04 10:05:16 -06:00
parent 2380304ae4
commit c84c6b1cd5
No known key found for this signature in database
GPG Key ID: 31311906AD4CF6D6

View File

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