protoc-gen-validate: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm 2023-07-01 08:23:41 +00:00
parent 8277b539d3
commit d34df5d874

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "protoc-gen-validate";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "bufbuild";
repo = "protoc-gen-validate";
rev = "v${version}";
sha256 = "sha256-VXGsSlqVScqyScOsYoXcVfXFvH73GFc+4qPRETqbre0=";
sha256 = "sha256-sztpUzrVvYT3GFVbfd91rOudj/PEHHizTOzTrH1fQts=";
};
vendorHash = "sha256-OOjVlRHaOLIJVg3r97qZ3lPv8ANYY2HSn7hUJhg3Cfs=";
vendorHash = "sha256-UPmeb36kF+z37+RcyXaOsJvAto1xrJUyJqcPyODAQrY=";
excludedPackages = [ "tests" ];