Merge pull request #145543 from lrewega/lrewega/bump-buf

buf: 1.0.0-rc7 -> 1.0.0-rc8
This commit is contained in:
Bobby Rong 2021-11-12 16:06:08 +08:00 committed by GitHub
commit be791624fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,15 +9,15 @@
buildGoModule rec {
pname = "buf";
version = "1.0.0-rc7";
version = "1.0.0-rc8";
src = fetchFromGitHub {
owner = "bufbuild";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ufXz9+WI4NARkQg36mPhGncL7G9fWjDX9Ka/EJdsTvk=";
sha256 = "sha256-Oye+nYvKdT9t36hAMJSAJZCOQ2L3rHSjhjIu9gU2MWo=";
};
vendorSha256 = "sha256-wycrRCL7Mjx0QR5Y64WylpmDtKNh010mNxWAg6ekrds=";
vendorSha256 = "sha256-aZv44ZPW/bJ8TEXU79ExREj2DH6j7J1+E/E1yh13Hvc=";
patches = [
# Skip a test that requires networking to be available to work.