Merge pull request #134465 from 06kellyjac/buf

buf: 0.50.0 -> 0.51.1
This commit is contained in:
Sandro 2021-08-18 13:08:15 +02:00 committed by GitHub
commit 8b31fa0567
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.50.0";
version = "0.51.1";
src = fetchFromGitHub {
owner = "bufbuild";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Kg3p6BsYrIGn16VQ87TQwa7B+YVEq6oCSd3Je2A6NC8=";
sha256 = "sha256-iFSmanP+2PgmOXtubDdLfa+AIQSAWHFNpyB1IP6IF5I=";
};
vendorSha256 = "sha256-0vvDzs4LliEm202tScmzL+riL3FqHdvawhzU0lPkRew=";
vendorSha256 = "sha256-0rVHINb04GZlH6DSjMt/h7UdNtZJERAyO1S99rAxUyY=";
patches = [
# Skip a test that requires networking to be available to work.