buf: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm 2022-07-28 09:46:19 +00:00
parent bba87fc2a3
commit c245ed1cc1

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "buf";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "bufbuild";
repo = pname;
rev = "v${version}";
sha256 = "sha256-sqByTrhtaytBMD8ULOP+xoacxMD6sw3n2XYVZ1hWIJ4=";
sha256 = "sha256-ALqyl5GLOxwsojR0/hfjO4yD3AEkyQK+faa3smMW94c=";
};
vendorSha256 = "sha256-H000xhqjSFXGW3Saa/ryYdVcDl2ieeSW3dq3DPVX+c0=";
vendorSha256 = "sha256-K+CAC2OrmjzpRF0DLSYp21BgvkxtJCF2FdpzYx/CqGI=";
patches = [
# Skip a test that requires networking to be available to work.