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

protoc-gen-validate: 1.0.0 -> 1.0.1
This commit is contained in:
Mario Rodas 2023-05-21 18:15:31 -05:00 committed by GitHub
commit 28c184e5a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "protoc-gen-validate";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "bufbuild";
repo = "protoc-gen-validate";
rev = "v${version}";
sha256 = "sha256-tYdWXioiPF1S5lpAipm3UN9NUjXo1/8nx22q28UQFDY=";
sha256 = "sha256-VXGsSlqVScqyScOsYoXcVfXFvH73GFc+4qPRETqbre0=";
};
vendorHash = "sha256-OOjVlRHaOLIJVg3r97qZ3lPv8ANYY2HSn7hUJhg3Cfs=";