Merge pull request #134979 from r-ryantm/auto-update/buf

buf: 0.51.1 -> 0.52.0
This commit is contained in:
davidak 2021-08-26 02:46:25 +02:00 committed by GitHub
commit 6aeefc823a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,15 +9,15 @@
buildGoModule rec {
pname = "buf";
version = "0.51.1";
version = "0.52.0";
src = fetchFromGitHub {
owner = "bufbuild";
repo = pname;
rev = "v${version}";
sha256 = "sha256-iFSmanP+2PgmOXtubDdLfa+AIQSAWHFNpyB1IP6IF5I=";
sha256 = "sha256-WFL+ztFR8kV6cRY1Ax2TheH+xpA58CLnW69jDpMhe3M=";
};
vendorSha256 = "sha256-0rVHINb04GZlH6DSjMt/h7UdNtZJERAyO1S99rAxUyY=";
vendorSha256 = "sha256-vbphThpEYDDm1iipcY0QXhKKuLSD87sAxiIUi7SfrAc=";
patches = [
# Skip a test that requires networking to be available to work.