Merge pull request #213858 from r-ryantm/auto-update/protoc-gen-go-vtproto

protoc-gen-go-vtproto: 0.3.0 -> 0.4.0
This commit is contained in:
Nick Cao 2023-02-01 09:33:39 +08:00 committed by GitHub
commit 8479436b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,16 +4,16 @@
}:
buildGoModule rec {
pname = "protoc-gen-go-vtproto";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "planetscale";
repo = "vtprotobuf";
rev = "v${version}";
sha256 = "sha256-fOF7n1WeQ3s1S+o5NbAoTUnqqk5IHtKvXCb2o8LmI5U=";
sha256 = "sha256-WtiXoQWjjFf+TP2zpAXNH05XdcrLSpw3S0TG4lkzp2E=";
};
vendorSha256 = "sha256-JpSVO8h7+StLG9/dJQkmrIlh9zIHABoqP1hq+X5ajVs=";
vendorHash = "sha256-JpSVO8h7+StLG9/dJQkmrIlh9zIHABoqP1hq+X5ajVs=";
excludedPackages = [ "conformance" ];