buf: 1.32.2 -> 1.34.0

This commit is contained in:
R. Ryantm 2024-06-22 02:50:44 +00:00
parent 47ea5bd487
commit c387e1d2ce

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "buf";
version = "1.32.2";
version = "1.34.0";
src = fetchFromGitHub {
owner = "bufbuild";
repo = "buf";
rev = "v${version}";
hash = "sha256-lSK1ETeCnK/NeCHaZoHcgFO5OhbE6XcvbJg1+p9x4Hg=";
hash = "sha256-a2OuxstfZcN49CLn4Tk6DeCXUKZOrMQ7pNDicmNxVRA=";
};
vendorHash = "sha256-LMjDR8tTZPLiIKxvdGjeaVMOh76eYhmAlI7lDJ7HG7I=";
vendorHash = "sha256-rAuFXXoC0zp/n+2Ogxrj7Ji3wpQ45XloOs7nI8K41eo=";
patches = [
# Skip a test that requires networking to be available to work.