about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-25 14:02:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-25 14:02:57 +0000
commitca1ace5e24b92319d433a22252a9d21f24cb5637 (patch)
tree38980356230bb7a12e121d01cfc2b8118c61a6ac
parent5af80acc9abf4dac84f33ab4eebe2374f25659c8 (diff)
buf: 1.28.1 -> 1.29.0
-rw-r--r--pkgs/development/tools/buf/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/buf/default.nix b/pkgs/development/tools/buf/default.nix
index 530c2609c135e..85ad114c93df2 100644
--- a/pkgs/development/tools/buf/default.nix
+++ b/pkgs/development/tools/buf/default.nix
@@ -10,16 +10,16 @@
 
 buildGoModule rec {
   pname = "buf";
-  version = "1.28.1";
+  version = "1.29.0";
 
   src = fetchFromGitHub {
     owner = "bufbuild";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-wFUSf3+EZa1pzpKci4dPa9MVfNk5XQHraUFcoiTd/0Q=";
+    hash = "sha256-X3/t+hMcZXR3X+XtbW2eItTgeP1NIuqrkMT4bX5VJog=";
   };
 
-  vendorHash = "sha256-REAU2FoEYWRYlPQel6oDLLdhbJOiGRaWZO6inefSd3M=";
+  vendorHash = "sha256-0wW938eU9my92dpwHEJ0Obt4XSIK5vuDa1P27nbhzao=";
 
   patches = [
     # Skip a test that requires networking to be available to work,