3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #223143 from r-ryantm/auto-update/protoc-gen-validate

protoc-gen-validate: 0.9.1 -> 0.10.1
This commit is contained in:
Weijia Wang 2023-03-29 00:35:33 +03:00 committed by GitHub
commit 6acb6900ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "protoc-gen-validate";
version = "0.9.1";
version = "0.10.1";
src = fetchFromGitHub {
owner = "bufbuild";
repo = "protoc-gen-validate";
rev = "v${version}";
sha256 = "sha256-5Vr7qE6AFesvBkOpgStxI26m8rbQ8pXOXvNxbcX/ilc=";
sha256 = "sha256-yo0/RhUs9KUdY0l0qqRs3eGWr4y183ZNSCsWihFK++4=";
};
vendorSha256 = "sha256-D8ITrzEwas/UElfsXBG2BfHGFcFsxzWFar2ehgLwy5U=";
vendorHash = "sha256-yGQO5vTdkAr6bKnpaQz//n7r07NGyQg+vQ2BqPGe8Nk=";
excludedPackages = [ "tests" ];