Skip to content

Commit

Permalink
Merge pull request #319690 from r-ryantm/auto-update/buf
Browse files Browse the repository at this point in the history
buf: 1.32.2 -> 1.34.0
  • Loading branch information
wegank authored Jul 3, 2024
2 parents 3bc3ab7 + c387e1d commit 8149b10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/buf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8149b10

Please sign in to comment.